Html Css Color HEX #20138D Ultramarine

📋 copy color: '#20138D'

red 32 ◦ green 19 ◦ blue 141

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

Shades of Ultramarine #20138D

Tints of Ultramarine #20138D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 73.44%

R = 16.67%
G = 9.9%
B = 73.44%

CMYK

 C value IS 0.77

 M value IS 0.87

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#20138D (or 0x20138D) is known color: Ultramarine. HEX triplet: 20, 13 and 8D. RGB value is (32,19,141). Sum of RGB (Red+Green+Blue) = 32+19+141=192 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.67% from 192); Green value is 19 (7.81% from 255 or 9.90% from 192); Blue value is 141 (55.47% from 255 or 73.44% from 192); Max value from RGB is 141 - color contains mainly: blue. Hex color #20138D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20138D is #DFEC72. Grayscale: #242424. Windows color (decimal): -14675059 or 9245472. OLE color: 9245472.

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

Color convert

RGB 32 19 141 -
CMYK 0.77 0.87 0 0.45
HSL 246.39º 0.76% 0.31% -
HSV(B) 246.39º 0.87% 0.55% -
XYZ 5.64 2.7 25.42 -
YUV 36.8 186.81 124.58 -
System Red Green Blue C M Y K H S L
Decimal 32 19 141 0.77 0.87 0 0.45 246.39 0.76 0.31
Hex 20 13 8D 4D 57 0 2D F6 4C 1F
Octal 40 23 215 115 127 0 55 366 114 37
Binary 100000 10011 10001101 1001101 1010111 0 101101 11110110 1001100 11111

Color Harmonies of #20138D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20138D

Black with #20138D

Text Example


Text Example

White with #20138D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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