Html Css Color HEX #065396 Cobalt

📋 copy color: '#065396'

red 6 ◦ green 83 ◦ blue 150

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

Shades of Cobalt #065396

Tints of Cobalt #065396

RGB

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

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

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

R = 2.51%
G = 34.73%
B = 62.76%

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

#065396 (or 0x065396) is known color: Cobalt. HEX triplet: 06, 53 and 96. RGB value is (6,83,150). Sum of RGB (Red+Green+Blue) = 6+83+150=239 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.51% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 150 (58.98% from 255 or 62.76% from 239); Max value from RGB is 150 - color contains mainly: blue. Hex color #065396 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065396 is #F9AC69. Grayscale: #434343. Windows color (decimal): -16362602 or 9851654. OLE color: 9851654.

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

Color convert

RGB 6 83 150 -
CMYK 0.96 0.45 0 0.41
HSL 207.92º 0.92% 0.31% -
HSV(B) 207.92º 0.96% 0.59% -
XYZ 8.67 8.43 30.02 -
YUV 67.62 174.49 84.05 -
System Red Green Blue C M Y K H S L
Decimal 6 83 150 0.96 0.45 0 0.41 207.92 0.92 0.31
Hex 6 53 96 60 2D 0 29 D0 5C 1F
Octal 6 123 226 140 55 0 51 320 134 37
Binary 110 1010011 10010110 1100000 101101 0 101001 11010000 1011100 11111

Color Harmonies of #065396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065396

Black with #065396

Text Example


Text Example

White with #065396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065396; }

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

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

background-color css

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

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

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

border-color css

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

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

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