#0650F3

Color #0650F3 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0650F3

Tints of Navy Blue #0650F3

Color information

#0650F3 (or 0x0650F3) is unknown color: approx Navy Blue. HEX triplet: 06, 50 and F3. RGB value is (6,80,243). Sum of RGB (Red+Green+Blue) = 6+80+243=329 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.82% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 243 (95.31% from 255 or 73.86% from 329); Max value from RGB is 243 - color contains mainly: blue. Hex color #0650F3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0650F3 is #F9AF0C. Grayscale: #4B4B4B. Windows color (decimal): -16363277 or 15945734. OLE color: 15945734.

HSL color Cylindrical-coordinate representation of color #0650F3: hue angle of 221.27º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0650F3 is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB680243-
CMYK0.980.6700.05
HSL221.27º95.18%48.82%-
HSV(B)221.27º97.53%95.29%-
XYZ19.1212.2586.15-
YUV76.46221.9877.75-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.82%
GREEN value IS 80 (31.64% from 255) = 24.32%
BLUE value IS 243 (95.31% from 255) = 73.86%
R=1.82%
G=24.32%
B=73.86%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal6802430.980.6700.05221.2795.1848.82
Hex650F3624305dd5f31
Octal61203631421030533513761
Binary110101000011110011110001010000110101110111011011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0650F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0650F3;
 }
 .AnyTagClassName
 {
   color: #0650F3;
 }
</style>
background-color css

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

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

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

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

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

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