Html Css Color HEX #20019B Ultramarine

📋 copy color: '#20019B'

red 32 ◦ green 1 ◦ blue 155

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

Shades of Ultramarine #20019B

Tints of Ultramarine #20019B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

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

R = 17.02%
G = 0.53%
B = 82.45%

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

#20019B (or 0x20019B) is known color: Ultramarine. HEX triplet: 20, 01 and 9B. RGB value is (32,1,155). Sum of RGB (Red+Green+Blue) = 32+1+155=188 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.02% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 155 (60.94% from 255 or 82.45% from 188); Max value from RGB is 155 - color contains mainly: blue. Hex color #20019B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20019B is #DFFE64. Grayscale: #1B1B1B. Windows color (decimal): -14679653 or 10158368. OLE color: 10158368.

HSL color Cylindrical-coordinate representation of color #20019B: hue angle of 252.08º degrees, saturation: 0.99, 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 #20019B is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 32 1 155 -
CMYK 0.79 0.99 0 0.39
HSL 252.08º 0.99% 0.31% -
HSV(B) 252.08º 0.99% 0.61% -
XYZ 6.52 2.7 31.19 -
YUV 27.83 199.77 130.98 -
System Red Green Blue C M Y K H S L
Decimal 32 1 155 0.79 0.99 0 0.39 252.08 0.99 0.31
Hex 20 1 9B 4F 63 0 27 FC 63 1F
Octal 40 1 233 117 143 0 47 374 143 37
Binary 100000 1 10011011 1001111 1100011 0 100111 11111100 1100011 11111

Color Harmonies of #20019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20019B

Black with #20019B

Text Example


Text Example

White with #20019B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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