Html Css Color HEX #0060AA Cobalt

📋 copy color: '#0060AA'

red 0 ◦ green 96 ◦ blue 170

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

Shades of Cobalt #0060AA

Tints of Cobalt #0060AA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.09%

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

R = 0%
G = 36.09%
B = 63.91%

CMYK

 C value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0060AA (or 0x0060AA) is known color: Cobalt. HEX triplet: 00, 60 and AA. RGB value is (0,96,170). Sum of RGB (Red+Green+Blue) = 0+96+170=266 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 170 (66.80% from 255 or 63.91% from 266); Max value from RGB is 170 - color contains mainly: blue. Hex color #0060AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0060AA is #FF9F55. Grayscale: #4B4B4B. Windows color (decimal): -16752470 or 11165696. OLE color: 11165696.

HSL color Cylindrical-coordinate representation of color #0060AA: hue angle of 206.12º 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 #0060AA is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 96 170 -
CMYK 1 0.44 0 0.33
HSL 206.12º 1% 0.33% -
HSV(B) 206.12º 1% 0.67% -
XYZ 11.44 11.27 39.6 -
YUV 75.73 181.2 73.98 -
System Red Green Blue C M Y K H S L
Decimal 0 96 170 1 0.44 0 0.33 206.12 1 0.33
Hex 0 60 AA 64 2C 0 21 CE 64 21
Octal 0 140 252 144 54 0 41 316 144 41
Binary 0 1100000 10101010 1100100 101100 0 100001 11001110 1100100 100001

Color Harmonies of #0060AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0060AA

Black with #0060AA

Text Example


Text Example

White with #0060AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0060AA; }

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

 H1.HeaderClassName
 {
   color: #0060AA;
 }
 .AnyTagClassName
 {
   color: #0060AA;
 }
</style>

background-color css

<style>
 a { background-color: #0060AA; }

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

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

border-color css

<style>
 span { border-color: #0060AA; }

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

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