Html Css Color HEX #0656CB Navy Blue

📋 copy color: '#0656CB'

red 6 ◦ green 86 ◦ blue 203

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

Shades of Navy Blue #0656CB

Tints of Navy Blue #0656CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 68.81%

R = 2.03%
G = 29.15%
B = 68.81%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0656CB (or 0x0656CB) is known color: Navy Blue. HEX triplet: 06, 56 and CB. RGB value is (6,86,203). Sum of RGB (Red+Green+Blue) = 6+86+203=295 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.03% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 203 (79.69% from 255 or 68.81% from 295); Max value from RGB is 203 - color contains mainly: blue. Hex color #0656CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0656CB is #F9A934. Grayscale: #4A4A4A. Windows color (decimal): -16361781 or 13325830. OLE color: 13325830.

HSL color Cylindrical-coordinate representation of color #0656CB: hue angle of 215.63º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0656CB is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 6 86 203 -
CMYK 0.97 0.58 0 0.20
HSL 215.63º 0.94% 0.41% -
HSV(B) 215.63º 0.97% 0.8% -
XYZ 14.18 11.01 57.88 -
YUV 75.42 200 78.49 -
System Red Green Blue C M Y K H S L
Decimal 6 86 203 0.97 0.58 0 0.20 215.63 0.94 0.41
Hex 6 56 CB 61 3A 0 14 D8 5E 29
Octal 6 126 313 141 72 0 24 330 136 51
Binary 110 1010110 11001011 1100001 111010 0 10100 11011000 1011110 101001

Color Harmonies of #0656CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0656CB

Black with #0656CB

Text Example


Text Example

White with #0656CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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