#1C00AA

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

Shades of Ultramarine #1C00AA

Tints of Ultramarine #1C00AA

Color information

#1C00AA (or 0x1C00AA) is unknown color: approx Ultramarine. HEX triplet: 1C, 00 and AA. RGB value is (28,0,170). Sum of RGB (Red+Green+Blue) = 28+0+170=198 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.14% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 170 (66.80% from 255 or 85.86% from 198); Max value from RGB is 170 - color contains mainly: blue. Hex color #1C00AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C00AA is #E3FF55. Grayscale: #1B1B1B. Windows color (decimal): -14942038 or 11141148. OLE color: 11141148.

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

Color convert

RGB280170-
CMYK0.84100.33
HSL249.88º100%33.33%-
HSV(B)249.88º100%66.67%-
XYZ7.733.1538.23-
YUV27.75208.28128.18-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 170 (66.80% from 255) = 85.86%
R=14.14%
G=0%
B=85.86%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal2801700.84100.33249.8810033.33
Hex1C0AA5464021fa6421
Octal34025212414404137214441
Binary11100010101010101010011001000100001111110101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C00AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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