Html Css Color HEX #005AAA Cobalt

📋 copy color: '#005AAA'

red 0 ◦ green 90 ◦ blue 170

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

Shades of Cobalt #005AAA

Tints of Cobalt #005AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 65.38%

R = 0%
G = 34.62%
B = 65.38%

CMYK

 C value IS 1

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#005AAA (or 0x005AAA) is known color: Cobalt. HEX triplet: 00, 5A and AA. RGB value is (0,90,170). Sum of RGB (Red+Green+Blue) = 0+90+170=260 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 260); Green value is 90 (35.55% from 255 or 34.62% from 260); Blue value is 170 (66.80% from 255 or 65.38% from 260); Max value from RGB is 170 - color contains mainly: blue. Hex color #005AAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005AAA is #FFA555. Grayscale: #474747. Windows color (decimal): -16754006 or 11164160. OLE color: 11164160.

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

Color convert

RGB 0 90 170 -
CMYK 1 0.47 0 0.33
HSL 208.24º 1% 0.33% -
HSV(B) 208.24º 1% 0.67% -
XYZ 10.91 10.21 39.43 -
YUV 72.21 183.18 76.5 -
System Red Green Blue C M Y K H S L
Decimal 0 90 170 1 0.47 0 0.33 208.24 1 0.33
Hex 0 5A AA 64 2F 0 21 D0 64 21
Octal 0 132 252 144 57 0 41 320 144 41
Binary 0 1011010 10101010 1100100 101111 0 100001 11010000 1100100 100001

Color Harmonies of #005AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005AAA

Black with #005AAA

Text Example


Text Example

White with #005AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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