#1C00AE

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

Shades of Ultramarine #1C00AE

Tints of Ultramarine #1C00AE

Color information

#1C00AE (or 0x1C00AE) is unknown color: approx Ultramarine. HEX triplet: 1C, 00 and AE. RGB value is (28,0,174). Sum of RGB (Red+Green+Blue) = 28+0+174=202 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.86% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 174 (68.36% from 255 or 86.14% from 202); Max value from RGB is 174 - color contains mainly: blue. Hex color #1C00AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C00AE is #E3FF51. Grayscale: #1B1B1B. Windows color (decimal): -14942034 or 11403292. OLE color: 11403292.

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

Color convert

RGB280174-
CMYK0.84100.32
HSL249.66º100%34.12%-
HSV(B)249.66º100%68.24%-
XYZ8.123.340.25-
YUV28.21210.28127.85-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 174 (68.36% from 255) = 86.14%
R=13.86%
G=0%
B=86.14%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal2801740.84100.32249.6610034.12
Hex1C0AE5464020fa6422
Octal34025612414404037214442
Binary11100010101110101010011001000100000111110101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C00AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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