Html Css Color HEX #20008C Ultramarine

📋 copy color: '#20008C'

red 32 ◦ green 0 ◦ blue 140

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

Shades of Ultramarine #20008C

Tints of Ultramarine #20008C

RGB

 RED value IS 32 (12.89% from 255) = 18.6%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 140 (55.08% from 255) = 81.4%

R = 18.6%
G = 0%
B = 81.4%

CMYK

 C value IS 0.77

 M value IS 1

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#20008C (or 0x20008C) is known color: Ultramarine. HEX triplet: 20, 00 and 8C. RGB value is (32,0,140). Sum of RGB (Red+Green+Blue) = 32+0+140=172 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.60% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 140 (55.08% from 255 or 81.40% from 172); Max value from RGB is 140 - color contains mainly: blue. Hex color #20008C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20008C is #DFFF73. Grayscale: #191919. Windows color (decimal): -14679924 or 9175072. OLE color: 9175072.

HSL color Cylindrical-coordinate representation of color #20008C: hue angle of 253.71º 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 #20008C is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 32 0 140 -
CMYK 0.77 1 0 0.45
HSL 253.71º 1% 0.27% -
HSV(B) 253.71º 1% 0.55% -
XYZ 5.33 2.2 24.95 -
YUV 25.53 192.6 132.62 -
System Red Green Blue C M Y K H S L
Decimal 32 0 140 0.77 1 0 0.45 253.71 1 0.27
Hex 20 0 8C 4D 64 0 2D FE 64 1B
Octal 40 0 214 115 144 0 55 376 144 33
Binary 100000 0 10001100 1001101 1100100 0 101101 11111110 1100100 11011

Color Harmonies of #20008C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20008C

Black with #20008C

Text Example


Text Example

White with #20008C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #20008C;
 }
 .AnyTagClassName
 {
   color: #20008C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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