Html Css Color HEX #0061AA Cobalt

📋 copy color: '#0061AA'

red 0 ◦ green 97 ◦ blue 170

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

Shades of Cobalt #0061AA

Tints of Cobalt #0061AA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.33%

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

R = 0%
G = 36.33%
B = 63.67%

CMYK

 C value IS 1

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0061AA (or 0x0061AA) is known color: Cobalt. HEX triplet: 00, 61 and AA. RGB value is (0,97,170). Sum of RGB (Red+Green+Blue) = 0+97+170=267 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 170 (66.80% from 255 or 63.67% from 267); Max value from RGB is 170 - color contains mainly: blue. Hex color #0061AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0061AA is #FF9E55. Grayscale: #4B4B4B. Windows color (decimal): -16752214 or 11165952. OLE color: 11165952.

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

Color convert

RGB 0 97 170 -
CMYK 1 0.43 0 0.33
HSL 205.76º 1% 0.33% -
HSV(B) 205.76º 1% 0.67% -
XYZ 11.53 11.45 39.63 -
YUV 76.32 180.86 73.56 -
System Red Green Blue C M Y K H S L
Decimal 0 97 170 1 0.43 0 0.33 205.76 1 0.33
Hex 0 61 AA 64 2B 0 21 CE 64 21
Octal 0 141 252 144 53 0 41 316 144 41
Binary 0 1100001 10101010 1100100 101011 0 100001 11001110 1100100 100001

Color Harmonies of #0061AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0061AA

Black with #0061AA

Text Example


Text Example

White with #0061AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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