Html Css Color HEX #20009C Ultramarine

📋 copy color: '#20009C'

red 32 ◦ green 0 ◦ blue 156

#20009C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #20009C

Tints of Ultramarine #20009C

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 value IS 0.79

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#20009C (or 0x20009C) is known color: 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

RGB 32 0 156 -
CMYK 0.79 1 0 0.39
HSL 252.31º 1% 0.31% -
HSV(B) 252.31º 1% 0.61% -
XYZ 6.6 2.71 31.63 -
YUV 27.35 200.6 131.32 -
System Red Green Blue C M Y K H S L
Decimal 32 0 156 0.79 1 0 0.39 252.31 1 0.31
Hex 20 0 9C 4F 64 0 27 FC 64 1F
Octal 40 0 234 117 144 0 47 374 144 37
Binary 100000 0 10011100 1001111 1100100 0 100111 11111100 1100100 11111

Color Harmonies of #20009C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20009C

Black with #20009C

Text Example


Text Example

White with #20009C

Text Example


Text Example

HTML Codes & Css Web 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>