#1C08A2

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

Shades of Ultramarine #1C08A2

Tints of Ultramarine #1C08A2

Color information

#1C08A2 (or 0x1C08A2) is unknown color: approx Ultramarine. HEX triplet: 1C, 08 and A2. RGB value is (28,8,162). Sum of RGB (Red+Green+Blue) = 28+8+162=198 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.14% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 162 (63.67% from 255 or 81.82% from 198); Max value from RGB is 162 - color contains mainly: blue. Hex color #1C08A2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C08A2 is #E3F75D. Grayscale: #1E1E1E. Windows color (decimal): -14939998 or 10618908. OLE color: 10618908.

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

Color convert

RGB288162-
CMYK0.830.9500.36
HSL247.79º90.59%33.33%-
HSV(B)247.79º95.06%63.53%-
XYZ7.093.0334.39-
YUV31.54201.63125.48-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.14%
GREEN value IS 8 (3.52% from 255) = 4.04%
BLUE value IS 162 (63.67% from 255) = 81.82%
R=14.14%
G=4.04%
B=81.82%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal2881620.830.9500.36247.7990.5933.33
Hex1C8A2535F024f85b21
Octal341024212313704437013341
Binary11100100010100010101001110111110100100111110001011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C08A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,8,162); }

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

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

 a { background-color: rgb(28,8,162); }

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

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

 span { border-color: rgb(28,8,162); }

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