#0648E9

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

Shades of Navy Blue #0648E9

Tints of Navy Blue #0648E9

Color information

#0648E9 (or 0x0648E9) is unknown color: approx Navy Blue. HEX triplet: 06, 48 and E9. RGB value is (6,72,233). Sum of RGB (Red+Green+Blue) = 6+72+233=311 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.93% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 233 (91.41% from 255 or 74.92% from 311); Max value from RGB is 233 - color contains mainly: blue. Hex color #0648E9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0648E9 is #F9B716. Grayscale: #454545. Windows color (decimal): -16365335 or 15288326. OLE color: 15288326.

HSL color Cylindrical-coordinate representation of color #0648E9: hue angle of 222.56º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0648E9 is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB672233-
CMYK0.970.6900.09
HSL222.56º94.98%46.86%-
HSV(B)222.56º97.42%91.37%-
XYZ17.110.5678.23-
YUV70.62219.6381.91-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.93%
GREEN value IS 72 (28.52% from 255) = 23.15%
BLUE value IS 233 (91.41% from 255) = 74.92%
R=1.93%
G=23.15%
B=74.92%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal6722330.970.6900.09222.5694.9846.86
Hex648E9614509df5f2f
Octal611035114110501133713757
Binary1101001000111010011100001100010101001110111111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0648E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0648E9; }

 p { color: rgb(6,72,233); }

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

<style>
 a { background-color: #0648E9; }

 a { background-color: rgb(6,72,233); }

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

<style>
 span { border-color: #0648E9; }

 span { border-color: rgb(6,72,233); }

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