#0657AE

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

Shades of Cobalt #0657AE

Tints of Cobalt #0657AE

Color information

#0657AE (or 0x0657AE) is unknown color: approx Cobalt. HEX triplet: 06, 57 and AE. RGB value is (6,87,174). Sum of RGB (Red+Green+Blue) = 6+87+174=267 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.25% from 267); Green value is 87 (34.38% from 255 or 32.58% from 267); Blue value is 174 (68.36% from 255 or 65.17% from 267); Max value from RGB is 174 - color contains mainly: blue. Hex color #0657AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0657AE is #F9A851. Grayscale: #484848. Windows color (decimal): -16361554 or 11425542. OLE color: 11425542.

HSL color Cylindrical-coordinate representation of color #0657AE: hue angle of 211.07º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0657AE is Cyan = 0.97, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB687174-
CMYK0.970.500.32
HSL211.07º93.33%35.29%-
HSV(B)211.07º96.55%68.24%-
XYZ11.129.9141.37-
YUV72.7185.1680.43-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.25%
GREEN value IS 87 (34.38% from 255) = 32.58%
BLUE value IS 174 (68.36% from 255) = 65.17%
R=2.25%
G=32.58%
B=65.17%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal6871740.970.500.32211.0793.3335.29
Hex657AE6132020d35d23
Octal61272561416204032313543
Binary11010101111010111011000011100100100000110100111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0657AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0657AE; }

 p { color: rgb(6,87,174); }

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

<style>
 a { background-color: #0657AE; }

 a { background-color: rgb(6,87,174); }

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

<style>
 span { border-color: #0657AE; }

 span { border-color: rgb(6,87,174); }

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