Html Css Color HEX #065397 Cobalt

📋 copy color: '#065397'

red 6 ◦ green 83 ◦ blue 151

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

Shades of Cobalt #065397

Tints of Cobalt #065397

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.58%

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

R = 2.5%
G = 34.58%
B = 62.92%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#065397 (or 0x065397) is known color: Cobalt. HEX triplet: 06, 53 and 97. RGB value is (6,83,151). Sum of RGB (Red+Green+Blue) = 6+83+151=240 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.5% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 151 (59.38% from 255 or 62.92% from 240); Max value from RGB is 151 - color contains mainly: blue. Hex color #065397 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065397 is #F9AC68. Grayscale: #434343. Windows color (decimal): -16362601 or 9917190. OLE color: 9917190.

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

Color convert

RGB 6 83 151 -
CMYK 0.96 0.45 0 0.41
HSL 208.14º 0.92% 0.31% -
HSV(B) 208.14º 0.96% 0.59% -
XYZ 8.75 8.46 30.45 -
YUV 67.73 174.99 83.97 -
System Red Green Blue C M Y K H S L
Decimal 6 83 151 0.96 0.45 0 0.41 208.14 0.92 0.31
Hex 6 53 97 60 2D 0 29 D0 5C 1F
Octal 6 123 227 140 55 0 51 320 134 37
Binary 110 1010011 10010111 1100000 101101 0 101001 11010000 1011100 11111

Color Harmonies of #065397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065397

Black with #065397

Text Example


Text Example

White with #065397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065397; }

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

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

background-color css

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

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

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

border-color css

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

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

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