#065B9C

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

Shades of Cobalt #065B9C

Tints of Cobalt #065B9C

Color information

#065B9C (or 0x065B9C) is unknown color: approx Cobalt. HEX triplet: 06, 5B and 9C. RGB value is (6,91,156). Sum of RGB (Red+Green+Blue) = 6+91+156=253 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.37% from 253); Green value is 91 (35.94% from 255 or 35.97% from 253); Blue value is 156 (61.33% from 255 or 61.66% from 253); Max value from RGB is 156 - color contains mainly: blue. Hex color #065B9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065B9C is #F9A463. Grayscale: #484848. Windows color (decimal): -16360548 or 10246918. OLE color: 10246918.

HSL color Cylindrical-coordinate representation of color #065B9C: hue angle of 206º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065B9C is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB691156-
CMYK0.960.4200.39
HSL206º92.59%31.76%-
HSV(B)206º96.15%61.18%-
XYZ9.829.9232.85-
YUV72.99174.8480.21-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.37%
GREEN value IS 91 (35.94% from 255) = 35.97%
BLUE value IS 156 (61.33% from 255) = 61.66%
R=2.37%
G=35.97%
B=61.66%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal6911560.960.4200.3920692.5931.76
Hex65B9C602A027ce5d20
Octal61332341405204731613540
Binary11010110111001110011000001010100100111110011101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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