#1C06AE

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

Shades of Ultramarine #1C06AE

Tints of Ultramarine #1C06AE

Color information

#1C06AE (or 0x1C06AE) is unknown color: approx Ultramarine. HEX triplet: 1C, 06 and AE. RGB value is (28,6,174). Sum of RGB (Red+Green+Blue) = 28+6+174=208 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.46% from 208); Green value is 6 (2.73% from 255 or 2.88% from 208); Blue value is 174 (68.36% from 255 or 83.65% from 208); Max value from RGB is 174 - color contains mainly: blue. Hex color #1C06AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C06AE is #E3F951. Grayscale: #1F1F1F. Windows color (decimal): -14940498 or 11404828. OLE color: 11404828.

HSL color Cylindrical-coordinate representation of color #1C06AE: hue angle of 247.86º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1C06AE is Cyan = 0.84, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB286174-
CMYK0.840.9700.32
HSL247.86º93.33%35.29%-
HSV(B)247.86º96.55%68.24%-
XYZ8.183.4340.28-
YUV31.73208.29125.34-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.46%
GREEN value IS 6 (2.73% from 255) = 2.88%
BLUE value IS 174 (68.36% from 255) = 83.65%
R=13.46%
G=2.88%
B=83.65%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal2861740.840.9700.32247.8693.3335.29
Hex1C6AE5461020f85d23
Octal34625612414104037013543
Binary1110011010101110101010011000010100000111110001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C06AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,6,174); }

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

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

 a { background-color: rgb(28,6,174); }

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

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

 span { border-color: rgb(28,6,174); }

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