Html Css Color HEX #065799 Cobalt

📋 copy color: '#065799'

red 6 ◦ green 87 ◦ blue 153

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

Shades of Cobalt #065799

Tints of Cobalt #065799

RGB

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

 GREEN value IS 87 (34.38% from 255) = 35.37%

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

R = 2.44%
G = 35.37%
B = 62.2%

CMYK

 C value IS 0.96

 M value IS 0.43

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#065799 (or 0x065799) is known color: Cobalt. HEX triplet: 06, 57 and 99. RGB value is (6,87,153). Sum of RGB (Red+Green+Blue) = 6+87+153=246 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.44% from 246); Green value is 87 (34.38% from 255 or 35.37% from 246); Blue value is 153 (60.16% from 255 or 62.20% from 246); Max value from RGB is 153 - color contains mainly: blue. Hex color #065799 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065799 is #F9A866. Grayscale: #454545. Windows color (decimal): -16361575 or 10049286. OLE color: 10049286.

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

Color convert

RGB 6 87 153 -
CMYK 0.96 0.43 0 0.4
HSL 206.94º 0.92% 0.31% -
HSV(B) 206.94º 0.96% 0.6% -
XYZ 9.23 9.16 31.42 -
YUV 70.31 174.66 82.13 -
System Red Green Blue C M Y K H S L
Decimal 6 87 153 0.96 0.43 0 0.4 206.94 0.92 0.31
Hex 6 57 99 60 2B 0 28 CF 5C 1F
Octal 6 127 231 140 53 0 50 317 134 37
Binary 110 1010111 10011001 1100000 101011 0 101000 11001111 1011100 11111

Color Harmonies of #065799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065799

Black with #065799

Text Example


Text Example

White with #065799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065799; }

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

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

background-color css

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

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

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

border-color css

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

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

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