#065EA0

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

Shades of Cobalt #065EA0

Tints of Cobalt #065EA0

Color information

#065EA0 (or 0x065EA0) is unknown color: approx Cobalt. HEX triplet: 06, 5E and A0. RGB value is (6,94,160). Sum of RGB (Red+Green+Blue) = 6+94+160=260 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.31% from 260); Green value is 94 (37.11% from 255 or 36.15% from 260); Blue value is 160 (62.89% from 255 or 61.54% from 260); Max value from RGB is 160 - color contains mainly: blue. Hex color #065EA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065EA0 is #F9A15F. Grayscale: #4A4A4A. Windows color (decimal): -16359776 or 10509830. OLE color: 10509830.

HSL color Cylindrical-coordinate representation of color #065EA0: hue angle of 205.71º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065EA0 is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB694160-
CMYK0.960.4100.37
HSL205.71º92.77%32.55%-
HSV(B)205.71º96.25%62.75%-
XYZ10.4210.5834.75-
YUV75.21175.8578.63-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.31%
GREEN value IS 94 (37.11% from 255) = 36.15%
BLUE value IS 160 (62.89% from 255) = 61.54%
R=2.31%
G=36.15%
B=61.54%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal6941600.960.4100.37205.7192.7732.55
Hex65EA06029025ce5d21
Octal61362401405104531613541
Binary11010111101010000011000001010010100101110011101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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