#065B99

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

Shades of Cobalt #065B99

Tints of Cobalt #065B99

Color information

#065B99 (or 0x065B99) is unknown color: approx Cobalt. HEX triplet: 06, 5B and 99. RGB value is (6,91,153). Sum of RGB (Red+Green+Blue) = 6+91+153=250 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.4% from 250); Green value is 91 (35.94% from 255 or 36.4% from 250); Blue value is 153 (60.16% from 255 or 61.2% from 250); Max value from RGB is 153 - color contains mainly: blue. Hex color #065B99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065B99 is #F9A466. Grayscale: #484848. Windows color (decimal): -16360551 or 10050310. OLE color: 10050310.

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

Color convert

RGB691153-
CMYK0.960.4100.4
HSL205.31º92.45%31.18%-
HSV(B)205.31º96.08%60%-
XYZ9.579.8231.53-
YUV72.65173.3480.46-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.4%
GREEN value IS 91 (35.94% from 255) = 36.4%
BLUE value IS 153 (60.16% from 255) = 61.2%
R=2.4%
G=36.4%
B=61.2%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal6911530.960.4100.4205.3192.4531.18
Hex65B996029028cd5c1f
Octal61332311405105031513437
Binary1101011011100110011100000101001010100011001101101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065B99; }

 p { color: rgb(6,91,153); }

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

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

 a { background-color: rgb(6,91,153); }

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

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

 span { border-color: rgb(6,91,153); }

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