Html Css Color HEX #005AA4 Cobalt

📋 copy color: '#005AA4'

red 0 ◦ green 90 ◦ blue 164

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

Shades of Cobalt #005AA4

Tints of Cobalt #005AA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 64.57%

R = 0%
G = 35.43%
B = 64.57%

CMYK

 C value IS 1

 M value IS 0.45

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#005AA4 (or 0x005AA4) is known color: Cobalt. HEX triplet: 00, 5A and A4. RGB value is (0,90,164). Sum of RGB (Red+Green+Blue) = 0+90+164=254 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 254); Green value is 90 (35.55% from 255 or 35.43% from 254); Blue value is 164 (64.45% from 255 or 64.57% from 254); Max value from RGB is 164 - color contains mainly: blue. Hex color #005AA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005AA4 is #FFA55B. Grayscale: #474747. Windows color (decimal): -16754012 or 10770944. OLE color: 10770944.

HSL color Cylindrical-coordinate representation of color #005AA4: hue angle of 207.07º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005AA4 is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 0 90 164 -
CMYK 1 0.45 0 0.36
HSL 207.07º 1% 0.32% -
HSV(B) 207.07º 1% 0.64% -
XYZ 10.36 9.99 36.5 -
YUV 71.53 180.18 76.98 -
System Red Green Blue C M Y K H S L
Decimal 0 90 164 1 0.45 0 0.36 207.07 1 0.32
Hex 0 5A A4 64 2D 0 24 CF 64 20
Octal 0 132 244 144 55 0 44 317 144 40
Binary 0 1011010 10100100 1100100 101101 0 100100 11001111 1100100 100000

Color Harmonies of #005AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005AA4

Black with #005AA4

Text Example


Text Example

White with #005AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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