Html Css Color HEX #20028F Ultramarine

📋 copy color: '#20028F'

red 32 ◦ green 2 ◦ blue 143

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

Shades of Ultramarine #20028F

Tints of Ultramarine #20028F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.13%

 BLUE value IS 143 (56.25% from 255) = 80.79%

R = 18.08%
G = 1.13%
B = 80.79%

CMYK

 C value IS 0.78

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#20028F (or 0x20028F) is known color: Ultramarine. HEX triplet: 20, 02 and 8F. RGB value is (32,2,143). Sum of RGB (Red+Green+Blue) = 32+2+143=177 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.08% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 143 (56.25% from 255 or 80.79% from 177); Max value from RGB is 143 - color contains mainly: blue. Hex color #20028F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20028F is #DFFD70. Grayscale: #1A1A1A. Windows color (decimal): -14679409 or 9372192. OLE color: 9372192.

HSL color Cylindrical-coordinate representation of color #20028F: hue angle of 252.77º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #20028F is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 32 2 143 -
CMYK 0.78 0.99 0 0.44
HSL 252.77º 0.97% 0.28% -
HSV(B) 252.77º 0.99% 0.56% -
XYZ 5.58 2.33 26.14 -
YUV 27.04 193.44 131.54 -
System Red Green Blue C M Y K H S L
Decimal 32 2 143 0.78 0.99 0 0.44 252.77 0.97 0.28
Hex 20 2 8F 4E 63 0 2C FD 61 1C
Octal 40 2 217 116 143 0 54 375 141 34
Binary 100000 10 10001111 1001110 1100011 0 101100 11111101 1100001 11100

Color Harmonies of #20028F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20028F

Black with #20028F

Text Example


Text Example

White with #20028F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20028F; }

 p { color: rgb(32,2,143); }

 H1.HeaderClassName
 {
   color: #20028F;
 }
 .AnyTagClassName
 {
   color: #20028F;
 }
</style>

background-color css

<style>
 a { background-color: #20028F; }

 a { background-color: rgb(32,2,143); }

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

border-color css

<style>
 span { border-color: #20028F; }

 span { border-color: rgb(32,2,143); }

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