Html Css Color HEX #005AAE Cobalt

📋 copy color: '#005AAE'

red 0 ◦ green 90 ◦ blue 174

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

Shades of Cobalt #005AAE

Tints of Cobalt #005AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 65.91%

R = 0%
G = 34.09%
B = 65.91%

CMYK

 C value IS 1

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#005AAE (or 0x005AAE) is known color: Cobalt. HEX triplet: 00, 5A and AE. RGB value is (0,90,174). Sum of RGB (Red+Green+Blue) = 0+90+174=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 90 (35.55% from 255 or 34.09% from 264); Blue value is 174 (68.36% from 255 or 65.91% from 264); Max value from RGB is 174 - color contains mainly: blue. Hex color #005AAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005AAE is #FFA551. Grayscale: #484848. Windows color (decimal): -16754002 or 11426304. OLE color: 11426304.

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

Color convert

RGB 0 90 174 -
CMYK 1 0.48 0 0.32
HSL 208.97º 1% 0.34% -
HSV(B) 208.97º 1% 0.68% -
XYZ 11.3 10.37 41.45 -
YUV 72.67 185.18 76.17 -
System Red Green Blue C M Y K H S L
Decimal 0 90 174 1 0.48 0 0.32 208.97 1 0.34
Hex 0 5A AE 64 30 0 20 D1 64 22
Octal 0 132 256 144 60 0 40 321 144 42
Binary 0 1011010 10101110 1100100 110000 0 100000 11010001 1100100 100010

Color Harmonies of #005AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005AAE

Black with #005AAE

Text Example


Text Example

White with #005AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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