Html Css Color HEX #20168E Ultramarine

📋 copy color: '#20168E'

red 32 ◦ green 22 ◦ blue 142

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

Shades of Ultramarine #20168E

Tints of Ultramarine #20168E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.22%

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

R = 16.33%
G = 11.22%
B = 72.45%

CMYK

 C value IS 0.77

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#20168E (or 0x20168E) is known color: Ultramarine. HEX triplet: 20, 16 and 8E. RGB value is (32,22,142). Sum of RGB (Red+Green+Blue) = 32+22+142=196 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.33% from 196); Green value is 22 (8.98% from 255 or 11.22% from 196); Blue value is 142 (55.86% from 255 or 72.45% from 196); Max value from RGB is 142 - color contains mainly: blue. Hex color #20168E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20168E is #DFE971. Grayscale: #262626. Windows color (decimal): -14674290 or 9311776. OLE color: 9311776.

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

Color convert

RGB 32 22 142 -
CMYK 0.77 0.85 0 0.44
HSL 245º 0.73% 0.32% -
HSV(B) 245º 0.85% 0.56% -
XYZ 5.77 2.83 25.83 -
YUV 38.67 186.31 123.24 -
System Red Green Blue C M Y K H S L
Decimal 32 22 142 0.77 0.85 0 0.44 245 0.73 0.32
Hex 20 16 8E 4D 55 0 2C F5 49 20
Octal 40 26 216 115 125 0 54 365 111 40
Binary 100000 10110 10001110 1001101 1010101 0 101100 11110101 1001001 100000

Color Harmonies of #20168E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20168E

Black with #20168E

Text Example


Text Example

White with #20168E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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