Html Css Color HEX #20189F Ultramarine

📋 copy color: '#20189F'

red 32 ◦ green 24 ◦ blue 159

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

Shades of Ultramarine #20189F

Tints of Ultramarine #20189F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.16%

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

R = 14.88%
G = 11.16%
B = 73.95%

CMYK

 C value IS 0.80

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#20189F (or 0x20189F) is known color: Ultramarine. HEX triplet: 20, 18 and 9F. RGB value is (32,24,159). Sum of RGB (Red+Green+Blue) = 32+24+159=215 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.88% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 159 (62.5% from 255 or 73.95% from 215); Max value from RGB is 159 - color contains mainly: blue. Hex color #20189F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20189F is #DFE760. Grayscale: #292929. Windows color (decimal): -14673761 or 10426400. OLE color: 10426400.

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

Color convert

RGB 32 24 159 -
CMYK 0.80 0.85 0 0.38
HSL 243.56º 0.74% 0.36% -
HSV(B) 243.56º 0.85% 0.62% -
XYZ 7.18 3.46 33.09 -
YUV 41.78 194.15 121.02 -
System Red Green Blue C M Y K H S L
Decimal 32 24 159 0.80 0.85 0 0.38 243.56 0.74 0.36
Hex 20 18 9F 50 55 0 26 F4 4A 24
Octal 40 30 237 120 125 0 46 364 112 44
Binary 100000 11000 10011111 1010000 1010101 0 100110 11110100 1001010 100100

Color Harmonies of #20189F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20189F

Black with #20189F

Text Example


Text Example

White with #20189F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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