Html Css Color HEX #005AA6 Cobalt

📋 copy color: '#005AA6'

red 0 ◦ green 90 ◦ blue 166

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

Shades of Cobalt #005AA6

Tints of Cobalt #005AA6

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 90 (35.55% from 255) = 35.16%

 BLUE value IS 166 (65.23% from 255) = 64.84%

R = 0%
G = 35.16%
B = 64.84%

CMYK

 C value IS 1

 M value IS 0.46

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#005AA6 (or 0x005AA6) is known color: Cobalt. HEX triplet: 00, 5A and A6. RGB value is (0,90,166). Sum of RGB (Red+Green+Blue) = 0+90+166=256 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 166 (65.23% from 255 or 64.84% from 256); Max value from RGB is 166 - color contains mainly: blue. Hex color #005AA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005AA6 is #FFA559. Grayscale: #474747. Windows color (decimal): -16754010 or 10902016. OLE color: 10902016.

HSL color Cylindrical-coordinate representation of color #005AA6: hue angle of 207.47º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005AA6 is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 0 90 166 -
CMYK 1 0.46 0 0.35
HSL 207.47º 1% 0.33% -
HSV(B) 207.47º 1% 0.65% -
XYZ 10.54 10.07 37.46 -
YUV 71.75 181.18 76.82 -
System Red Green Blue C M Y K H S L
Decimal 0 90 166 1 0.46 0 0.35 207.47 1 0.33
Hex 0 5A A6 64 2E 0 23 CF 64 21
Octal 0 132 246 144 56 0 43 317 144 41
Binary 0 1011010 10100110 1100100 101110 0 100011 11001111 1100100 100001

Color Harmonies of #005AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005AA6

Black with #005AA6

Text Example


Text Example

White with #005AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005AA6; }

 p { color: rgb(0,90,166); }

 H1.HeaderClassName
 {
   color: #005AA6;
 }
 .AnyTagClassName
 {
   color: #005AA6;
 }
</style>

background-color css

<style>
 a { background-color: #005AA6; }

 a { background-color: rgb(0,90,166); }

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

border-color css

<style>
 span { border-color: #005AA6; }

 span { border-color: rgb(0,90,166); }

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