#065396

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

Shades of Cobalt #065396

Tints of Cobalt #065396

Color information

#065396 (or 0x065396) is unknown color: approx Cobalt. HEX triplet: 06, 53 and 96. RGB value is (6,83,150). Sum of RGB (Red+Green+Blue) = 6+83+150=239 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.51% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 150 (58.98% from 255 or 62.76% from 239); Max value from RGB is 150 - color contains mainly: blue. Hex color #065396 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065396 is #F9AC69. Grayscale: #434343. Windows color (decimal): -16362602 or 9851654. OLE color: 9851654.

HSL color Cylindrical-coordinate representation of color #065396: hue angle of 207.92º 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 #065396 is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB683150-
CMYK0.960.4500.41
HSL207.92º92.31%30.59%-
HSV(B)207.92º96%58.82%-
XYZ8.678.4330.02-
YUV67.61174.4984.05-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.51%
GREEN value IS 83 (32.81% from 255) = 34.73%
BLUE value IS 150 (58.98% from 255) = 62.76%
R=2.51%
G=34.73%
B=62.76%

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
Decimal6831500.960.4500.41207.9292.3130.59
Hex65396602D029d05c1f
Octal61232261405505132013437
Binary1101010011100101101100000101101010100111010000101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065396; }

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

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

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

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

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

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

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

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