#065598

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

Shades of Cobalt #065598

Tints of Cobalt #065598

Color information

#065598 (or 0x065598) is unknown color: approx Cobalt. HEX triplet: 06, 55 and 98. RGB value is (6,85,152). Sum of RGB (Red+Green+Blue) = 6+85+152=243 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.47% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 152 (59.77% from 255 or 62.55% from 243); Max value from RGB is 152 - color contains mainly: blue. Hex color #065598 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065598 is #F9AA67. Grayscale: #444444. Windows color (decimal): -16362088 or 9983238. OLE color: 9983238.

HSL color Cylindrical-coordinate representation of color #065598: hue angle of 207.53º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065598 is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB685152-
CMYK0.960.4400.40
HSL207.53º92.41%30.98%-
HSV(B)207.53º96.05%59.61%-
XYZ8.998.830.93-
YUV69.02174.8383.05-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.47%
GREEN value IS 85 (33.59% from 255) = 34.98%
BLUE value IS 152 (59.77% from 255) = 62.55%
R=2.47%
G=34.98%
B=62.55%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal6851520.960.4400.40207.5392.4130.98
Hex65598602C028d05c1f
Octal61252301405405032013437
Binary1101010101100110001100000101100010100011010000101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065598; }

 p { color: rgb(6,85,152); }

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

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

 a { background-color: rgb(6,85,152); }

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

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

 span { border-color: rgb(6,85,152); }

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