Html Css Color HEX #0656FA Navy Blue

📋 copy color: '#0656FA'

red 6 ◦ green 86 ◦ blue 250

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

Shades of Navy Blue #0656FA

Tints of Navy Blue #0656FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 73.1%

R = 1.75%
G = 25.15%
B = 73.1%

CMYK

 C value IS 0.98

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0656FA (or 0x0656FA) is known color: Navy Blue. HEX triplet: 06, 56 and FA. RGB value is (6,86,250). Sum of RGB (Red+Green+Blue) = 6+86+250=342 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.75% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 250 (98.05% from 255 or 73.10% from 342); Max value from RGB is 250 - color contains mainly: blue. Hex color #0656FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0656FA is #F9A905. Grayscale: #505050. Windows color (decimal): -16361734 or 16406022. OLE color: 16406022.

HSL color Cylindrical-coordinate representation of color #0656FA: hue angle of 220.33º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0656FA is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 6 86 250 -
CMYK 0.98 0.66 0 0.02
HSL 220.33º 0.96% 0.5% -
HSV(B) 220.33º 0.98% 0.98% -
XYZ 20.66 13.6 91.98 -
YUV 80.78 223.5 74.66 -
System Red Green Blue C M Y K H S L
Decimal 6 86 250 0.98 0.66 0 0.02 220.33 0.96 0.5
Hex 6 56 FA 62 42 0 2 DC 60 32
Octal 6 126 372 142 102 0 2 334 140 62
Binary 110 1010110 11111010 1100010 1000010 0 10 11011100 1100000 110010

Color Harmonies of #0656FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0656FA

Black with #0656FA

Text Example


Text Example

White with #0656FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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