#1A08AB

Color #1A08AB Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #1A08AB

Tints of Ultramarine #1A08AB

Color information

#1A08AB (or 0x1A08AB) is unknown color: approx Ultramarine. HEX triplet: 1A, 08 and AB. RGB value is (26,8,171). Sum of RGB (Red+Green+Blue) = 26+8+171=205 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.68% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 171 (67.19% from 255 or 83.41% from 205); Max value from RGB is 171 - color contains mainly: blue. Hex color #1A08AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A08AB is #E5F754. Grayscale: #1F1F1F. Windows color (decimal): -15071061 or 11208730. OLE color: 11208730.

HSL color Cylindrical-coordinate representation of color #1A08AB: hue angle of 246.63º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1A08AB is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB268171-
CMYK0.850.9500.33
HSL246.63º91.06%35.1%-
HSV(B)246.63º95.32%67.06%-
XYZ7.863.3338.76-
YUV31.96206.46123.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 26 (10.55% from 255) = 12.68%
GREEN value IS 8 (3.52% from 255) = 3.90%
BLUE value IS 171 (67.19% from 255) = 83.41%
R=12.68%
G=3.90%
B=83.41%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal2681710.850.9500.33246.6391.0635.1
Hex1A8AB555F021f75b23
Octal321025312513704136713343
Binary11010100010101011101010110111110100001111101111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A08AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A08AB; }

 p { color: rgb(26,8,171); }

 H1.HeaderClassName
 {
   color: #1A08AB;
 }
 .AnyTagClassName
 {
   color: #1A08AB;
 }
</style>
background-color css

<style>
 a { background-color: #1A08AB; }

 a { background-color: rgb(26,8,171); }

 div.DivClassName
 {
   background-color: #1A08AB;
 }
 .BgClassName
 {
   background-color: #1A08AB;
 }
</style>
border-color css

<style>
 span { border-color: #1A08AB; }

 span { border-color: rgb(26,8,171); }

 td.TdClassName
 {
   border-color: #1A08AB;
 }
 .TagClassName
 {
   border-color: #1A08AB;
 }
</style>