Html Css Color HEX #065599 Cobalt

📋 copy color: '#065599'

red 6 ◦ green 85 ◦ blue 153

#065599
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cobalt #065599

Tints of Cobalt #065599

RGB

 RED value IS 6 (2.73% from 255) = 2.46%

 GREEN value IS 85 (33.59% from 255) = 34.84%

 BLUE value IS 153 (60.16% from 255) = 62.7%

R = 2.46%
G = 34.84%
B = 62.7%

CMYK

 C value IS 0.96

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#065599 (or 0x065599) is known color: Cobalt. HEX triplet: 06, 55 and 99. RGB value is (6,85,153). Sum of RGB (Red+Green+Blue) = 6+85+153=244 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.46% from 244); Green value is 85 (33.59% from 255 or 34.84% from 244); Blue value is 153 (60.16% from 255 or 62.70% from 244); Max value from RGB is 153 - color contains mainly: blue. Hex color #065599 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065599 is #F9AA66. Grayscale: #444444. Windows color (decimal): -16362087 or 10048774. OLE color: 10048774.

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

Color convert

RGB 6 85 153 -
CMYK 0.96 0.44 0 0.4
HSL 207.76º 0.92% 0.31% -
HSV(B) 207.76º 0.96% 0.6% -
XYZ 9.07 8.84 31.36 -
YUV 69.13 175.33 82.97 -
System Red Green Blue C M Y K H S L
Decimal 6 85 153 0.96 0.44 0 0.4 207.76 0.92 0.31
Hex 6 55 99 60 2C 0 28 D0 5C 1F
Octal 6 125 231 140 54 0 50 320 134 37
Binary 110 1010101 10011001 1100000 101100 0 101000 11010000 1011100 11111

Color Harmonies of #065599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065599

Black with #065599

Text Example


Text Example

White with #065599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065599; }

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

 H1.HeaderClassName
 {
   color: #065599;
 }
 .AnyTagClassName
 {
   color: #065599;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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