Html Css Color HEX #065796 Cobalt

📋 copy color: '#065796'

red 6 ◦ green 87 ◦ blue 150

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

Shades of Cobalt #065796

Tints of Cobalt #065796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 61.73%

R = 2.47%
G = 35.8%
B = 61.73%

CMYK

 C value IS 0.96

 M value IS 0.42

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#065796 (or 0x065796) is known color: Cobalt. HEX triplet: 06, 57 and 96. RGB value is (6,87,150). Sum of RGB (Red+Green+Blue) = 6+87+150=243 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.47% from 243); Green value is 87 (34.38% from 255 or 35.80% from 243); Blue value is 150 (58.98% from 255 or 61.73% from 243); Max value from RGB is 150 - color contains mainly: blue. Hex color #065796 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065796 is #F9A869. Grayscale: #454545. Windows color (decimal): -16361578 or 9852678. OLE color: 9852678.

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

Color convert

RGB 6 87 150 -
CMYK 0.96 0.42 0 0.41
HSL 206.25º 0.92% 0.31% -
HSV(B) 206.25º 0.96% 0.59% -
XYZ 8.99 9.06 30.13 -
YUV 69.96 173.16 82.38 -
System Red Green Blue C M Y K H S L
Decimal 6 87 150 0.96 0.42 0 0.41 206.25 0.92 0.31
Hex 6 57 96 60 2A 0 29 CE 5C 1F
Octal 6 127 226 140 52 0 51 316 134 37
Binary 110 1010111 10010110 1100000 101010 0 101001 11001110 1011100 11111

Color Harmonies of #065796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065796

Black with #065796

Text Example


Text Example

White with #065796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065796; }

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

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

background-color css

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

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

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

border-color css

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

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

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