#065296

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

Shades of Cobalt #065296

Tints of Cobalt #065296

Color information

#065296 (or 0x065296) is unknown color: approx Cobalt. HEX triplet: 06, 52 and 96. RGB value is (6,82,150). Sum of RGB (Red+Green+Blue) = 6+82+150=238 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.52% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 150 (58.98% from 255 or 63.03% from 238); Max value from RGB is 150 - color contains mainly: blue. Hex color #065296 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065296 is #F9AD69. Grayscale: #424242. Windows color (decimal): -16362858 or 9851398. OLE color: 9851398.

HSL color Cylindrical-coordinate representation of color #065296: hue angle of 208.33º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065296 is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB682150-
CMYK0.960.4500.41
HSL208.33º92.31%30.59%-
HSV(B)208.33º96%58.82%-
XYZ8.68.2830-
YUV67.03174.8284.47-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.52%
GREEN value IS 82 (32.42% from 255) = 34.45%
BLUE value IS 150 (58.98% from 255) = 63.03%
R=2.52%
G=34.45%
B=63.03%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal6821500.960.4500.41208.3392.3130.59
Hex65296602D029d05c1f
Octal61222261405505132013437
Binary1101010010100101101100000101101010100111010000101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065296; }

 p { color: rgb(6,82,150); }

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

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

 a { background-color: rgb(6,82,150); }

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

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

 span { border-color: rgb(6,82,150); }

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