Html Css Color HEX #20128B Ultramarine

📋 copy color: '#20128B'

red 32 ◦ green 18 ◦ blue 139

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

Shades of Ultramarine #20128B

Tints of Ultramarine #20128B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.52%

 BLUE value IS 139 (54.69% from 255) = 73.54%

R = 16.93%
G = 9.52%
B = 73.54%

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

#20128B (or 0x20128B) is known color: Ultramarine. HEX triplet: 20, 12 and 8B. RGB value is (32,18,139). Sum of RGB (Red+Green+Blue) = 32+18+139=189 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.93% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 139 (54.69% from 255 or 73.54% from 189); Max value from RGB is 139 - color contains mainly: blue. Hex color #20128B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20128B is #DFED74. Grayscale: #232323. Windows color (decimal): -14675317 or 9114144. OLE color: 9114144.

HSL color Cylindrical-coordinate representation of color #20128B: hue angle of 246.94º degrees, saturation: 0.77, 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 #20128B is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 32 18 139 -
CMYK 0.77 0.87 0 0.45
HSL 246.94º 0.77% 0.31% -
HSV(B) 246.94º 0.87% 0.55% -
XYZ 5.47 2.6 24.64 -
YUV 35.98 186.14 125.16 -
System Red Green Blue C M Y K H S L
Decimal 32 18 139 0.77 0.87 0 0.45 246.94 0.77 0.31
Hex 20 12 8B 4D 57 0 2D F7 4D 1F
Octal 40 22 213 115 127 0 55 367 115 37
Binary 100000 10010 10001011 1001101 1010111 0 101101 11110111 1001101 11111

Color Harmonies of #20128B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20128B

Black with #20128B

Text Example


Text Example

White with #20128B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20128B; }

 p { color: rgb(32,18,139); }

 H1.HeaderClassName
 {
   color: #20128B;
 }
 .AnyTagClassName
 {
   color: #20128B;
 }
</style>

background-color css

<style>
 a { background-color: #20128B; }

 a { background-color: rgb(32,18,139); }

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

border-color css

<style>
 span { border-color: #20128B; }

 span { border-color: rgb(32,18,139); }

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