Html Css Color HEX #20189E Ultramarine

📋 copy color: '#20189E'

red 32 ◦ green 24 ◦ blue 158

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

Shades of Ultramarine #20189E

Tints of Ultramarine #20189E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 73.83%

R = 14.95%
G = 11.21%
B = 73.83%

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

#20189E (or 0x20189E) is known color: Ultramarine. HEX triplet: 20, 18 and 9E. RGB value is (32,24,158). Sum of RGB (Red+Green+Blue) = 32+24+158=214 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.95% from 214); Green value is 24 (9.77% from 255 or 11.21% from 214); Blue value is 158 (62.11% from 255 or 73.83% from 214); Max value from RGB is 158 - color contains mainly: blue. Hex color #20189E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20189E is #DFE761. Grayscale: #292929. Windows color (decimal): -14673762 or 10360864. OLE color: 10360864.

HSL color Cylindrical-coordinate representation of color #20189E: hue angle of 243.58º 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 #20189E is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 32 24 158 -
CMYK 0.80 0.85 0 0.38
HSL 243.58º 0.74% 0.36% -
HSV(B) 243.58º 0.85% 0.62% -
XYZ 7.09 3.43 32.64 -
YUV 41.67 193.65 121.1 -
System Red Green Blue C M Y K H S L
Decimal 32 24 158 0.80 0.85 0 0.38 243.58 0.74 0.36
Hex 20 18 9E 50 55 0 26 F4 4A 24
Octal 40 30 236 120 125 0 46 364 112 44
Binary 100000 11000 10011110 1010000 1010101 0 100110 11110100 1001010 100100

Color Harmonies of #20189E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20189E

Black with #20189E

Text Example


Text Example

White with #20189E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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