Html Css Color HEX #0650FE Navy Blue

📋 copy color: '#0650FE'

red 6 ◦ green 80 ◦ blue 254

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

Shades of Navy Blue #0650FE

Tints of Navy Blue #0650FE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.53%

 BLUE value IS 254 (99.61% from 255) = 74.71%

R = 1.76%
G = 23.53%
B = 74.71%

CMYK

 C value IS 0.98

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0650FE (or 0x0650FE) is known color: Navy Blue. HEX triplet: 06, 50 and FE. RGB value is (6,80,254). Sum of RGB (Red+Green+Blue) = 6+80+254=340 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.76% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 254 (99.61% from 255 or 74.71% from 340); Max value from RGB is 254 - color contains mainly: blue. Hex color #0650FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0650FE is #F9AF01. Grayscale: #4C4C4C. Windows color (decimal): -16363266 or 16666630. OLE color: 16666630.

HSL color Cylindrical-coordinate representation of color #0650FE: hue angle of 222.1º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0650FE is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 6 80 254 -
CMYK 0.98 0.69 0 0.00
HSL 222.1º 0.99% 0.51% -
HSV(B) 222.1º 0.98% 1% -
XYZ 20.83 12.93 95.16 -
YUV 77.71 227.48 76.85 -
System Red Green Blue C M Y K H S L
Decimal 6 80 254 0.98 0.69 0 0.00 222.1 0.99 0.51
Hex 6 50 FE 62 45 0 0 DE 63 33
Octal 6 120 376 142 105 0 0 336 143 63
Binary 110 1010000 11111110 1100010 1000101 0 0 11011110 1100011 110011

Color Harmonies of #0650FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0650FE

Black with #0650FE

Text Example


Text Example

White with #0650FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0650FE; }

 p { color: rgb(6,80,254); }

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

background-color css

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

 a { background-color: rgb(6,80,254); }

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

border-color css

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

 span { border-color: rgb(6,80,254); }

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