#065EA5

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

Shades of Cobalt #065EA5

Tints of Cobalt #065EA5

Color information

#065EA5 (or 0x065EA5) is unknown color: approx Cobalt. HEX triplet: 06, 5E and A5. RGB value is (6,94,165). Sum of RGB (Red+Green+Blue) = 6+94+165=265 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 265); Green value is 94 (37.11% from 255 or 35.47% from 265); Blue value is 165 (64.84% from 255 or 62.26% from 265); Max value from RGB is 165 - color contains mainly: blue. Hex color #065EA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065EA5 is #F9A15A. Grayscale: #4B4B4B. Windows color (decimal): -16359771 or 10837510. OLE color: 10837510.

HSL color Cylindrical-coordinate representation of color #065EA5: hue angle of 206.79º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065EA5 is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB694165-
CMYK0.960.4300.35
HSL206.79º92.98%33.53%-
HSV(B)206.79º96.36%64.71%-
XYZ10.8710.7637.1-
YUV75.78178.3578.23-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.26%
GREEN value IS 94 (37.11% from 255) = 35.47%
BLUE value IS 165 (64.84% from 255) = 62.26%
R=2.26%
G=35.47%
B=62.26%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal6941650.960.4300.35206.7992.9833.53
Hex65EA5602B023cf5d22
Octal61362451405304331713542
Binary11010111101010010111000001010110100011110011111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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