#20009C

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

Shades of Ultramarine #20009C

Tints of Ultramarine #20009C

Color information

#20009C (or 0x20009C) is unknown color: approx Ultramarine. HEX triplet: 20, 00 and 9C. RGB value is (32,0,156). Sum of RGB (Red+Green+Blue) = 32+0+156=188 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.02% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 156 (61.33% from 255 or 82.98% from 188); Max value from RGB is 156 - color contains mainly: blue. Hex color #20009C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20009C is #DFFF63. Grayscale: #1A1A1A. Windows color (decimal): -14679908 or 10223648. OLE color: 10223648.

HSL color Cylindrical-coordinate representation of color #20009C: hue angle of 252.31º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #20009C is Cyan = 0.79, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB320156-
CMYK0.79100.39
HSL252.31º100%30.59%-
HSV(B)252.31º100%61.18%-
XYZ6.62.7131.63-
YUV27.35200.6131.32-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.02%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 156 (61.33% from 255) = 82.98%
R=17.02%
G=0%
B=82.98%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal3201560.79100.39252.3110030.59
Hex2009C4F64027fc641f
Octal40023411714404737414437
Binary10000001001110010011111100100010011111111100110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20009C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20009C; }

 p { color: rgb(32,0,156); }

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

<style>
 a { background-color: #20009C; }

 a { background-color: rgb(32,0,156); }

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

<style>
 span { border-color: #20009C; }

 span { border-color: rgb(32,0,156); }

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