#1c008c

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

Shades of Ultramarine #1C008C

Tints of Ultramarine #1C008C

Color information

#1C008C (or 0x1C008C) is unknown color: approx Ultramarine. HEX triplet: 1C, 00 and 8C. RGB value is (28,0,140). Sum of RGB (Red+Green+Blue) = 28+0+140=168 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.67% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 140 (55.08% from 255 or 83.33% from 168); Max value from RGB is 140 - color contains mainly: blue. Hex color #1C008C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C008C is #E3FF73. Grayscale: #171717. Windows color (decimal): -14942068 or 9175068. OLE color: 9175068.

HSL color Cylindrical-coordinate representation of color #1C008C: hue angle of 252º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C008C is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB280140-
CMYK0.80100.45
HSL252º100%27.45%-
HSV(B)252º100%54.9%-
XYZ5.212.1424.95-
YUV24.33193.28130.62-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 140 (55.08% from 255) = 83.33%
R=16.67%
G=0%
B=83.33%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2801400.80100.4525210027.45
Hex1C08C506402Dfc641b
Octal34021412014405537414433
Binary1110001000110010100001100100010110111111100110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c008c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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