Html Css Color HEX #20029F Ultramarine

📋 copy color: '#20029F'

red 32 ◦ green 2 ◦ blue 159

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

Shades of Ultramarine #20029F

Tints of Ultramarine #20029F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 82.38%

R = 16.58%
G = 1.04%
B = 82.38%

CMYK

 C value IS 0.80

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#20029F (or 0x20029F) is known color: Ultramarine. HEX triplet: 20, 02 and 9F. RGB value is (32,2,159). Sum of RGB (Red+Green+Blue) = 32+2+159=193 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.58% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 159 (62.5% from 255 or 82.38% from 193); Max value from RGB is 159 - color contains mainly: blue. Hex color #20029F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20029F is #DFFD60. Grayscale: #1C1C1C. Windows color (decimal): -14679393 or 10420768. OLE color: 10420768.

HSL color Cylindrical-coordinate representation of color #20029F: hue angle of 251.46º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #20029F is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 32 2 159 -
CMYK 0.80 0.99 0 0.38
HSL 251.47º 0.98% 0.32% -
HSV(B) 251.47º 0.99% 0.62% -
XYZ 6.88 2.85 32.99 -
YUV 28.87 201.44 130.23 -
System Red Green Blue C M Y K H S L
Decimal 32 2 159 0.80 0.99 0 0.38 251.47 0.98 0.32
Hex 20 2 9F 50 63 0 26 FB 62 20
Octal 40 2 237 120 143 0 46 373 142 40
Binary 100000 10 10011111 1010000 1100011 0 100110 11111011 1100010 100000

Color Harmonies of #20029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20029F

Black with #20029F

Text Example


Text Example

White with #20029F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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