Html Css Color HEX #20138E Ultramarine

📋 copy color: '#20138E'

red 32 ◦ green 19 ◦ blue 142

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

Shades of Ultramarine #20138E

Tints of Ultramarine #20138E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.84%

 BLUE value IS 142 (55.86% from 255) = 73.58%

R = 16.58%
G = 9.84%
B = 73.58%

CMYK

 C value IS 0.77

 M value IS 0.87

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#20138E (or 0x20138E) is known color: Ultramarine. HEX triplet: 20, 13 and 8E. RGB value is (32,19,142). Sum of RGB (Red+Green+Blue) = 32+19+142=193 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.58% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 142 (55.86% from 255 or 73.58% from 193); Max value from RGB is 142 - color contains mainly: blue. Hex color #20138E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20138E is #DFEC71. Grayscale: #242424. Windows color (decimal): -14675058 or 9311008. OLE color: 9311008.

HSL color Cylindrical-coordinate representation of color #20138E: hue angle of 246.34º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20138E is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 32 19 142 -
CMYK 0.77 0.87 0 0.44
HSL 246.34º 0.76% 0.32% -
HSV(B) 246.34º 0.87% 0.56% -
XYZ 5.71 2.73 25.82 -
YUV 36.91 187.31 124.5 -
System Red Green Blue C M Y K H S L
Decimal 32 19 142 0.77 0.87 0 0.44 246.34 0.76 0.32
Hex 20 13 8E 4D 57 0 2C F6 4C 20
Octal 40 23 216 115 127 0 54 366 114 40
Binary 100000 10011 10001110 1001101 1010111 0 101100 11110110 1001100 100000

Color Harmonies of #20138E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20138E

Black with #20138E

Text Example


Text Example

White with #20138E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,19,142); }

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

background-color css

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

 a { background-color: rgb(32,19,142); }

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

border-color css

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

 span { border-color: rgb(32,19,142); }

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