Html Css Color HEX #2012A4 Ultramarine

📋 copy color: '#2012A4'

red 32 ◦ green 18 ◦ blue 164

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

Shades of Ultramarine #2012A4

Tints of Ultramarine #2012A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 76.64%

R = 14.95%
G = 8.41%
B = 76.64%

CMYK

 C value IS 0.80

 M value IS 0.89

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#2012A4 (or 0x2012A4) is known color: Ultramarine. HEX triplet: 20, 12 and A4. RGB value is (32,18,164). Sum of RGB (Red+Green+Blue) = 32+18+164=214 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.95% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 164 (64.45% from 255 or 76.64% from 214); Max value from RGB is 164 - color contains mainly: blue. Hex color #2012A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2012A4 is #DFED5B. Grayscale: #262626. Windows color (decimal): -14675292 or 10752544. OLE color: 10752544.

HSL color Cylindrical-coordinate representation of color #2012A4: hue angle of 245.75º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2012A4 is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 32 18 164 -
CMYK 0.80 0.89 0 0.36
HSL 245.75º 0.8% 0.36% -
HSV(B) 245.75º 0.89% 0.64% -
XYZ 7.51 3.42 35.39 -
YUV 38.83 198.64 123.13 -
System Red Green Blue C M Y K H S L
Decimal 32 18 164 0.80 0.89 0 0.36 245.75 0.8 0.36
Hex 20 12 A4 50 59 0 24 F6 50 24
Octal 40 22 244 120 131 0 44 366 120 44
Binary 100000 10010 10100100 1010000 1011001 0 100100 11110110 1010000 100100

Color Harmonies of #2012A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2012A4

Black with #2012A4

Text Example


Text Example

White with #2012A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2012A4; }

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

 H1.HeaderClassName
 {
   color: #2012A4;
 }
 .AnyTagClassName
 {
   color: #2012A4;
 }
</style>

background-color css

<style>
 a { background-color: #2012A4; }

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

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

border-color css

<style>
 span { border-color: #2012A4; }

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

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