#0651AA

Color #0651AA Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #0651AA

Tints of Cobalt #0651AA

Color information

#0651AA (or 0x0651AA) is unknown color: approx Cobalt. HEX triplet: 06, 51 and AA. RGB value is (6,81,170). Sum of RGB (Red+Green+Blue) = 6+81+170=257 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 170 (66.80% from 255 or 66.15% from 257); Max value from RGB is 170 - color contains mainly: blue. Hex color #0651AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0651AA is #F9AE55. Grayscale: #444444. Windows color (decimal): -16363094 or 11161862. OLE color: 11161862.

HSL color Cylindrical-coordinate representation of color #0651AA: hue angle of 212.56º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0651AA is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB681170-
CMYK0.960.5200.33
HSL212.56º93.18%34.51%-
HSV(B)212.56º96.47%66.67%-
XYZ10.278.8339.19-
YUV68.72185.1583.26-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.33%
GREEN value IS 81 (32.03% from 255) = 31.52%
BLUE value IS 170 (66.80% from 255) = 66.15%
R=2.33%
G=31.52%
B=66.15%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal6811700.960.5200.33212.5693.1834.51
Hex651AA6034021d55d23
Octal61212521406404132513543
Binary11010100011010101011000001101000100001110101011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0651AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,81,170); }

 H1.HeaderClassName
 {
   color: #0651AA;
 }
 .AnyTagClassName
 {
   color: #0651AA;
 }
</style>
background-color css

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

 a { background-color: rgb(6,81,170); }

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

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

 span { border-color: rgb(6,81,170); }

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