#065CA5

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

Shades of Cobalt #065CA5

Tints of Cobalt #065CA5

Color information

#065CA5 (or 0x065CA5) is unknown color: approx Cobalt. HEX triplet: 06, 5C and A5. RGB value is (6,92,165). Sum of RGB (Red+Green+Blue) = 6+92+165=263 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.28% from 263); Green value is 92 (36.33% from 255 or 34.98% from 263); Blue value is 165 (64.84% from 255 or 62.74% from 263); Max value from RGB is 165 - color contains mainly: blue. Hex color #065CA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065CA5 is #F9A35A. Grayscale: #4A4A4A. Windows color (decimal): -16360283 or 10836998. OLE color: 10836998.

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

Color convert

RGB692165-
CMYK0.960.4400.35
HSL207.55º92.98%33.53%-
HSV(B)207.55º96.36%64.71%-
XYZ10.6910.4137.04-
YUV74.61179.0179.06-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.28%
GREEN value IS 92 (36.33% from 255) = 34.98%
BLUE value IS 165 (64.84% from 255) = 62.74%
R=2.28%
G=34.98%
B=62.74%

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
Decimal6921650.960.4400.35207.5592.9833.53
Hex65CA5602C023d05d22
Octal61342451405404332013542
Binary11010111001010010111000001011000100011110100001011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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