Html Css Color HEX #065097 Cobalt

📋 copy color: '#065097'

red 6 ◦ green 80 ◦ blue 151

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

Shades of Cobalt #065097

Tints of Cobalt #065097

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.76%

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

R = 2.53%
G = 33.76%
B = 63.71%

CMYK

 C value IS 0.96

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#065097 (or 0x065097) is known color: Cobalt. HEX triplet: 06, 50 and 97. RGB value is (6,80,151). Sum of RGB (Red+Green+Blue) = 6+80+151=237 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.53% from 237); Green value is 80 (31.64% from 255 or 33.76% from 237); Blue value is 151 (59.38% from 255 or 63.71% from 237); Max value from RGB is 151 - color contains mainly: blue. Hex color #065097 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065097 is #F9AF68. Grayscale: #414141. Windows color (decimal): -16363369 or 9916422. OLE color: 9916422.

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

Color convert

RGB 6 80 151 -
CMYK 0.96 0.47 0 0.41
HSL 209.38º 0.92% 0.31% -
HSV(B) 209.38º 0.96% 0.59% -
XYZ 8.53 8.01 30.37 -
YUV 65.97 175.98 85.23 -
System Red Green Blue C M Y K H S L
Decimal 6 80 151 0.96 0.47 0 0.41 209.38 0.92 0.31
Hex 6 50 97 60 2F 0 29 D1 5C 1F
Octal 6 120 227 140 57 0 51 321 134 37
Binary 110 1010000 10010111 1100000 101111 0 101001 11010001 1011100 11111

Color Harmonies of #065097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065097

Black with #065097

Text Example


Text Example

White with #065097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065097; }

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

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

background-color css

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

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

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

border-color css

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

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

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