Html Css Color HEX #2010AB Ultramarine

📋 copy color: '#2010AB'

red 32 ◦ green 16 ◦ blue 171

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

Shades of Ultramarine #2010AB

Tints of Ultramarine #2010AB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.31%

 BLUE value IS 171 (67.19% from 255) = 78.08%

R = 14.61%
G = 7.31%
B = 78.08%

CMYK

 C value IS 0.81

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2010AB (or 0x2010AB) is known color: Ultramarine. HEX triplet: 20, 10 and AB. RGB value is (32,16,171). Sum of RGB (Red+Green+Blue) = 32+16+171=219 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.61% from 219); Green value is 16 (6.64% from 255 or 7.31% from 219); Blue value is 171 (67.19% from 255 or 78.08% from 219); Max value from RGB is 171 - color contains mainly: blue. Hex color #2010AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2010AB is #DFEF54. Grayscale: #252525. Windows color (decimal): -14675797 or 11210784. OLE color: 11210784.

HSL color Cylindrical-coordinate representation of color #2010AB: hue angle of 246.19º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2010AB is Cyan = 0.81, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 32 16 171 -
CMYK 0.81 0.91 0 0.33
HSL 246.19º 0.83% 0.37% -
HSV(B) 246.19º 0.91% 0.67% -
XYZ 8.13 3.62 38.8 -
YUV 38.45 202.8 123.4 -
System Red Green Blue C M Y K H S L
Decimal 32 16 171 0.81 0.91 0 0.33 246.19 0.83 0.37
Hex 20 10 AB 51 5B 0 21 F6 53 25
Octal 40 20 253 121 133 0 41 366 123 45
Binary 100000 10000 10101011 1010001 1011011 0 100001 11110110 1010011 100101

Color Harmonies of #2010AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2010AB

Black with #2010AB

Text Example


Text Example

White with #2010AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2010AB; }

 p { color: rgb(32,16,171); }

 H1.HeaderClassName
 {
   color: #2010AB;
 }
 .AnyTagClassName
 {
   color: #2010AB;
 }
</style>

background-color css

<style>
 a { background-color: #2010AB; }

 a { background-color: rgb(32,16,171); }

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

border-color css

<style>
 span { border-color: #2010AB; }

 span { border-color: rgb(32,16,171); }

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