#065D9C

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

Shades of Cobalt #065D9C

Tints of Cobalt #065D9C

Color information

#065D9C (or 0x065D9C) is unknown color: approx Cobalt. HEX triplet: 06, 5D and 9C. RGB value is (6,93,156). Sum of RGB (Red+Green+Blue) = 6+93+156=255 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.35% from 255); Green value is 93 (36.72% from 255 or 36.47% from 255); Blue value is 156 (61.33% from 255 or 61.18% from 255); Max value from RGB is 156 - color contains mainly: blue. Hex color #065D9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065D9C is #F9A263. Grayscale: #494949. Windows color (decimal): -16360036 or 10247430. OLE color: 10247430.

HSL color Cylindrical-coordinate representation of color #065D9C: hue angle of 205.2º 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 #065D9C is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB693156-
CMYK0.960.4000.39
HSL205.2º92.59%31.76%-
HSV(B)205.2º96.15%61.18%-
XYZ9.9910.2732.91-
YUV74.17174.1879.38-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.35%
GREEN value IS 93 (36.72% from 255) = 36.47%
BLUE value IS 156 (61.33% from 255) = 61.18%
R=2.35%
G=36.47%
B=61.18%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal6931560.960.4000.39205.292.5931.76
Hex65D9C6028027cd5d20
Octal61352341405004731513540
Binary11010111011001110011000001010000100111110011011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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