Html Css Color HEX #0656DB Navy Blue

📋 copy color: '#0656DB'

red 6 ◦ green 86 ◦ blue 219

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

Shades of Navy Blue #0656DB

Tints of Navy Blue #0656DB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.65%

 BLUE value IS 219 (85.94% from 255) = 70.42%

R = 1.93%
G = 27.65%
B = 70.42%

CMYK

 C value IS 0.97

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0656DB (or 0x0656DB) is known color: Navy Blue. HEX triplet: 06, 56 and DB. RGB value is (6,86,219). Sum of RGB (Red+Green+Blue) = 6+86+219=311 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.93% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 219 (85.94% from 255 or 70.42% from 311); Max value from RGB is 219 - color contains mainly: blue. Hex color #0656DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0656DB is #F9A924. Grayscale: #4C4C4C. Windows color (decimal): -16361765 or 14374406. OLE color: 14374406.

HSL color Cylindrical-coordinate representation of color #0656DB: hue angle of 217.46º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0656DB is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 86 219 -
CMYK 0.97 0.61 0 0.14
HSL 217.46º 0.95% 0.44% -
HSV(B) 217.46º 0.97% 0.86% -
XYZ 16.19 11.81 68.44 -
YUV 77.24 208 77.19 -
System Red Green Blue C M Y K H S L
Decimal 6 86 219 0.97 0.61 0 0.14 217.46 0.95 0.44
Hex 6 56 DB 61 3D 0 E D9 5F 2C
Octal 6 126 333 141 75 0 16 331 137 54
Binary 110 1010110 11011011 1100001 111101 0 1110 11011001 1011111 101100

Color Harmonies of #0656DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0656DB

Black with #0656DB

Text Example


Text Example

White with #0656DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0656DB; }

 p { color: rgb(6,86,219); }

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

background-color css

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

 a { background-color: rgb(6,86,219); }

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

border-color css

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

 span { border-color: rgb(6,86,219); }

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