#065DA5

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

Shades of Cobalt #065DA5

Tints of Cobalt #065DA5

Color information

#065DA5 (or 0x065DA5) is unknown color: approx Cobalt. HEX triplet: 06, 5D and A5. RGB value is (6,93,165). Sum of RGB (Red+Green+Blue) = 6+93+165=264 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.27% from 264); Green value is 93 (36.72% from 255 or 35.23% from 264); Blue value is 165 (64.84% from 255 or 62.5% from 264); Max value from RGB is 165 - color contains mainly: blue. Hex color #065DA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065DA5 is #F9A25A. Grayscale: #4A4A4A. Windows color (decimal): -16360027 or 10837254. OLE color: 10837254.

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

Color convert

RGB693165-
CMYK0.960.4400.35
HSL207.17º92.98%33.53%-
HSV(B)207.17º96.36%64.71%-
XYZ10.7810.5837.07-
YUV75.19178.6878.65-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.27%
GREEN value IS 93 (36.72% from 255) = 35.23%
BLUE value IS 165 (64.84% from 255) = 62.5%
R=2.27%
G=35.23%
B=62.5%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal6931650.960.4400.35207.1792.9833.53
Hex65DA5602C023cf5d22
Octal61352451405404331713542
Binary11010111011010010111000001011000100011110011111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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