Html Css Color HEX #065597 Cobalt

📋 copy color: '#065597'

red 6 ◦ green 85 ◦ blue 151

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

Shades of Cobalt #065597

Tints of Cobalt #065597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 62.4%

R = 2.48%
G = 35.12%
B = 62.4%

CMYK

 C value IS 0.96

 M value IS 0.44

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#065597 (or 0x065597) is known color: Cobalt. HEX triplet: 06, 55 and 97. RGB value is (6,85,151). Sum of RGB (Red+Green+Blue) = 6+85+151=242 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.48% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 151 (59.38% from 255 or 62.40% from 242); Max value from RGB is 151 - color contains mainly: blue. Hex color #065597 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065597 is #F9AA68. Grayscale: #444444. Windows color (decimal): -16362089 or 9917702. OLE color: 9917702.

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

Color convert

RGB 6 85 151 -
CMYK 0.96 0.44 0 0.41
HSL 207.31º 0.92% 0.31% -
HSV(B) 207.31º 0.96% 0.59% -
XYZ 8.91 8.77 30.5 -
YUV 68.9 174.33 83.13 -
System Red Green Blue C M Y K H S L
Decimal 6 85 151 0.96 0.44 0 0.41 207.31 0.92 0.31
Hex 6 55 97 60 2C 0 29 CF 5C 1F
Octal 6 125 227 140 54 0 51 317 134 37
Binary 110 1010101 10010111 1100000 101100 0 101001 11001111 1011100 11111

Color Harmonies of #065597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065597

Black with #065597

Text Example


Text Example

White with #065597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065597; }

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

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

background-color css

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

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

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

border-color css

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

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

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