Html Css Color HEX #2005AB Ultramarine

📋 copy color: '#2005AB'

red 32 ◦ green 5 ◦ blue 171

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

Shades of Ultramarine #2005AB

Tints of Ultramarine #2005AB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.4%

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

R = 15.38%
G = 2.4%
B = 82.21%

CMYK

 C value IS 0.81

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2005AB (or 0x2005AB) is known color: Ultramarine. HEX triplet: 20, 05 and AB. RGB value is (32,5,171). Sum of RGB (Red+Green+Blue) = 32+5+171=208 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.38% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 171 (67.19% from 255 or 82.21% from 208); Max value from RGB is 171 - color contains mainly: blue. Hex color #2005AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2005AB is #DFFA54. Grayscale: #1F1F1F. Windows color (decimal): -14678613 or 11207968. OLE color: 11207968.

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

Color convert

RGB 32 5 171 -
CMYK 0.81 0.97 0 0.33
HSL 249.76º 0.94% 0.35% -
HSV(B) 249.76º 0.97% 0.67% -
XYZ 8 3.36 38.75 -
YUV 32 206.45 128 -
System Red Green Blue C M Y K H S L
Decimal 32 5 171 0.81 0.97 0 0.33 249.76 0.94 0.35
Hex 20 5 AB 51 61 0 21 FA 5E 23
Octal 40 5 253 121 141 0 41 372 136 43
Binary 100000 101 10101011 1010001 1100001 0 100001 11111010 1011110 100011

Color Harmonies of #2005AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2005AB

Black with #2005AB

Text Example


Text Example

White with #2005AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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