#065A9E

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

Shades of Cobalt #065A9E

Tints of Cobalt #065A9E

Color information

#065A9E (or 0x065A9E) is unknown color: approx Cobalt. HEX triplet: 06, 5A and 9E. RGB value is (6,90,158). Sum of RGB (Red+Green+Blue) = 6+90+158=254 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.36% from 254); Green value is 90 (35.55% from 255 or 35.43% from 254); Blue value is 158 (62.11% from 255 or 62.20% from 254); Max value from RGB is 158 - color contains mainly: blue. Hex color #065A9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065A9E is #F9A561. Grayscale: #484848. Windows color (decimal): -16360802 or 10377734. OLE color: 10377734.

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

Color convert

RGB690158-
CMYK0.960.4300.38
HSL206.84º92.68%32.16%-
HSV(B)206.84º96.2%61.96%-
XYZ9.99.8233.72-
YUV72.64176.1780.47-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.36%
GREEN value IS 90 (35.55% from 255) = 35.43%
BLUE value IS 158 (62.11% from 255) = 62.20%
R=2.36%
G=35.43%
B=62.20%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal6901580.960.4300.38206.8492.6832.16
Hex65A9E602B026cf5d20
Octal61322361405304631713540
Binary11010110101001111011000001010110100110110011111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,90,158); }

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

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

 a { background-color: rgb(6,90,158); }

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

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

 span { border-color: rgb(6,90,158); }

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