Html Css Color HEX #20119B Ultramarine

📋 copy color: '#20119B'

red 32 ◦ green 17 ◦ blue 155

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

Shades of Ultramarine #20119B

Tints of Ultramarine #20119B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.33%

 BLUE value IS 155 (60.94% from 255) = 75.98%

R = 15.69%
G = 8.33%
B = 75.98%

CMYK

 C value IS 0.79

 M value IS 0.89

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#20119B (or 0x20119B) is known color: Ultramarine. HEX triplet: 20, 11 and 9B. RGB value is (32,17,155). Sum of RGB (Red+Green+Blue) = 32+17+155=204 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.69% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 155 (60.94% from 255 or 75.98% from 204); Max value from RGB is 155 - color contains mainly: blue. Hex color #20119B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20119B is #DFEE64. Grayscale: #242424. Windows color (decimal): -14675557 or 10162464. OLE color: 10162464.

HSL color Cylindrical-coordinate representation of color #20119B: hue angle of 246.52º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #20119B is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 32 17 155 -
CMYK 0.79 0.89 0 0.39
HSL 246.52º 0.8% 0.34% -
HSV(B) 246.52º 0.89% 0.61% -
XYZ 6.71 3.07 31.25 -
YUV 37.22 194.47 124.28 -
System Red Green Blue C M Y K H S L
Decimal 32 17 155 0.79 0.89 0 0.39 246.52 0.8 0.34
Hex 20 11 9B 4F 59 0 27 F7 50 22
Octal 40 21 233 117 131 0 47 367 120 42
Binary 100000 10001 10011011 1001111 1011001 0 100111 11110111 1010000 100010

Color Harmonies of #20119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20119B

Black with #20119B

Text Example


Text Example

White with #20119B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20119B; }

 p { color: rgb(32,17,155); }

 H1.HeaderClassName
 {
   color: #20119B;
 }
 .AnyTagClassName
 {
   color: #20119B;
 }
</style>

background-color css

<style>
 a { background-color: #20119B; }

 a { background-color: rgb(32,17,155); }

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

border-color css

<style>
 span { border-color: #20119B; }

 span { border-color: rgb(32,17,155); }

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