Html Css Color HEX #005AA7 Cobalt

📋 copy color: '#005AA7'

red 0 ◦ green 90 ◦ blue 167

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

Shades of Cobalt #005AA7

Tints of Cobalt #005AA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 64.98%

R = 0%
G = 35.02%
B = 64.98%

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

#005AA7 (or 0x005AA7) is known color: Cobalt. HEX triplet: 00, 5A and A7. RGB value is (0,90,167). Sum of RGB (Red+Green+Blue) = 0+90+167=257 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 257); Green value is 90 (35.55% from 255 or 35.02% from 257); Blue value is 167 (65.62% from 255 or 64.98% from 257); Max value from RGB is 167 - color contains mainly: blue. Hex color #005AA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005AA7 is #FFA558. Grayscale: #474747. Windows color (decimal): -16754009 or 10967552. OLE color: 10967552.

HSL color Cylindrical-coordinate representation of color #005AA7: hue angle of 207.66º 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 #005AA7 is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 0 90 167 -
CMYK 1 0.46 0 0.35
HSL 207.66º 1% 0.33% -
HSV(B) 207.66º 1% 0.65% -
XYZ 10.63 10.1 37.95 -
YUV 71.87 181.68 76.74 -
System Red Green Blue C M Y K H S L
Decimal 0 90 167 1 0.46 0 0.35 207.66 1 0.33
Hex 0 5A A7 64 2E 0 23 D0 64 21
Octal 0 132 247 144 56 0 43 320 144 41
Binary 0 1011010 10100111 1100100 101110 0 100011 11010000 1100100 100001

Color Harmonies of #005AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005AA7

Black with #005AA7

Text Example


Text Example

White with #005AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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