#065E9C

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

Shades of Cobalt #065E9C

Tints of Cobalt #065E9C

Color information

#065E9C (or 0x065E9C) is unknown color: approx Cobalt. HEX triplet: 06, 5E and 9C. RGB value is (6,94,156). Sum of RGB (Red+Green+Blue) = 6+94+156=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 94 (37.11% from 255 or 36.72% from 256); Blue value is 156 (61.33% from 255 or 60.94% from 256); Max value from RGB is 156 - color contains mainly: blue. Hex color #065E9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065E9C is #F9A163. Grayscale: #4A4A4A. Windows color (decimal): -16359780 or 10247686. OLE color: 10247686.

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

Color convert

RGB694156-
CMYK0.960.4000.39
HSL204.8º92.59%31.76%-
HSV(B)204.8º96.15%61.18%-
XYZ10.0810.4432.94-
YUV74.76173.8578.96-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.34%
GREEN value IS 94 (37.11% from 255) = 36.72%
BLUE value IS 156 (61.33% from 255) = 60.94%
R=2.34%
G=36.72%
B=60.94%

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
Decimal6941560.960.4000.39204.892.5931.76
Hex65E9C6028027cd5d20
Octal61362341405004731513540
Binary11010111101001110011000001010000100111110011011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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