Html Css Color HEX #20029C Ultramarine

📋 copy color: '#20029C'

red 32 ◦ green 2 ◦ blue 156

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

Shades of Ultramarine #20029C

Tints of Ultramarine #20029C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 82.11%

R = 16.84%
G = 1.05%
B = 82.11%

CMYK

 C value IS 0.79

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#20029C (or 0x20029C) is known color: Ultramarine. HEX triplet: 20, 02 and 9C. RGB value is (32,2,156). Sum of RGB (Red+Green+Blue) = 32+2+156=190 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.84% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 156 (61.33% from 255 or 82.11% from 190); Max value from RGB is 156 - color contains mainly: blue. Hex color #20029C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20029C is #DFFD63. Grayscale: #1B1B1B. Windows color (decimal): -14679396 or 10224160. OLE color: 10224160.

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

Color convert

RGB 32 2 156 -
CMYK 0.79 0.99 0 0.39
HSL 251.69º 0.97% 0.31% -
HSV(B) 251.69º 0.99% 0.61% -
XYZ 6.62 2.75 31.63 -
YUV 28.53 199.94 130.48 -
System Red Green Blue C M Y K H S L
Decimal 32 2 156 0.79 0.99 0 0.39 251.69 0.97 0.31
Hex 20 2 9C 4F 63 0 27 FC 61 1F
Octal 40 2 234 117 143 0 47 374 141 37
Binary 100000 10 10011100 1001111 1100011 0 100111 11111100 1100001 11111

Color Harmonies of #20029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20029C

Black with #20029C

Text Example


Text Example

White with #20029C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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