Html Css Color HEX #20128C Ultramarine

📋 copy color: '#20128C'

red 32 ◦ green 18 ◦ blue 140

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

Shades of Ultramarine #20128C

Tints of Ultramarine #20128C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 73.68%

R = 16.84%
G = 9.47%
B = 73.68%

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

#20128C (or 0x20128C) is known color: Ultramarine. HEX triplet: 20, 12 and 8C. RGB value is (32,18,140). Sum of RGB (Red+Green+Blue) = 32+18+140=190 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.84% from 190); Green value is 18 (7.42% from 255 or 9.47% from 190); Blue value is 140 (55.08% from 255 or 73.68% from 190); Max value from RGB is 140 - color contains mainly: blue. Hex color #20128C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20128C is #DFED73. Grayscale: #232323. Windows color (decimal): -14675316 or 9179680. OLE color: 9179680.

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

Color convert

RGB 32 18 140 -
CMYK 0.77 0.87 0 0.45
HSL 246.89º 0.77% 0.31% -
HSV(B) 246.89º 0.87% 0.55% -
XYZ 5.55 2.63 25.03 -
YUV 36.09 186.64 125.08 -
System Red Green Blue C M Y K H S L
Decimal 32 18 140 0.77 0.87 0 0.45 246.89 0.77 0.31
Hex 20 12 8C 4D 57 0 2D F7 4D 1F
Octal 40 22 214 115 127 0 55 367 115 37
Binary 100000 10010 10001100 1001101 1010111 0 101101 11110111 1001101 11111

Color Harmonies of #20128C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20128C

Black with #20128C

Text Example


Text Example

White with #20128C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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