Html Css Color HEX #2005A5 Ultramarine

📋 copy color: '#2005A5'

red 32 ◦ green 5 ◦ blue 165

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

Shades of Ultramarine #2005A5

Tints of Ultramarine #2005A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 81.68%

R = 15.84%
G = 2.48%
B = 81.68%

CMYK

 C value IS 0.81

 M value IS 0.97

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#2005A5 (or 0x2005A5) is known color: Ultramarine. HEX triplet: 20, 05 and A5. RGB value is (32,5,165). Sum of RGB (Red+Green+Blue) = 32+5+165=202 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.84% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 165 (64.84% from 255 or 81.68% from 202); Max value from RGB is 165 - color contains mainly: blue. Hex color #2005A5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2005A5 is #DFFA5A. Grayscale: #1E1E1E. Windows color (decimal): -14678619 or 10814752. OLE color: 10814752.

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

Color convert

RGB 32 5 165 -
CMYK 0.81 0.97 0 0.35
HSL 250.13º 0.94% 0.33% -
HSV(B) 250.13º 0.97% 0.65% -
XYZ 7.44 3.13 35.81 -
YUV 31.31 203.45 128.49 -
System Red Green Blue C M Y K H S L
Decimal 32 5 165 0.81 0.97 0 0.35 250.13 0.94 0.33
Hex 20 5 A5 51 61 0 23 FA 5E 21
Octal 40 5 245 121 141 0 43 372 136 41
Binary 100000 101 10100101 1010001 1100001 0 100011 11111010 1011110 100001

Color Harmonies of #2005A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2005A5

Black with #2005A5

Text Example


Text Example

White with #2005A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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