Html Css Color HEX #0656DF Navy Blue

📋 copy color: '#0656DF'

red 6 ◦ green 86 ◦ blue 223

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

Shades of Navy Blue #0656DF

Tints of Navy Blue #0656DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 70.79%

R = 1.9%
G = 27.3%
B = 70.79%

CMYK

 C value IS 0.97

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0656DF (or 0x0656DF) is known color: Navy Blue. HEX triplet: 06, 56 and DF. RGB value is (6,86,223). Sum of RGB (Red+Green+Blue) = 6+86+223=315 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.90% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 223 (87.5% from 255 or 70.79% from 315); Max value from RGB is 223 - color contains mainly: blue. Hex color #0656DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0656DF is #F9A920. Grayscale: #4D4D4D. Windows color (decimal): -16361761 or 14636550. OLE color: 14636550.

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

Color convert

RGB 6 86 223 -
CMYK 0.97 0.61 0 0.13
HSL 217.88º 0.95% 0.45% -
HSV(B) 217.88º 0.97% 0.87% -
XYZ 16.72 12.02 71.25 -
YUV 77.7 210 76.86 -
System Red Green Blue C M Y K H S L
Decimal 6 86 223 0.97 0.61 0 0.13 217.88 0.95 0.45
Hex 6 56 DF 61 3D 0 D DA 5F 2D
Octal 6 126 337 141 75 0 15 332 137 55
Binary 110 1010110 11011111 1100001 111101 0 1101 11011010 1011111 101101

Color Harmonies of #0656DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0656DF

Black with #0656DF

Text Example


Text Example

White with #0656DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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