#0648E2

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

Shades of Navy Blue #0648E2

Tints of Navy Blue #0648E2

Color information

#0648E2 (or 0x0648E2) is unknown color: approx Navy Blue. HEX triplet: 06, 48 and E2. RGB value is (6,72,226). Sum of RGB (Red+Green+Blue) = 6+72+226=304 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 304); Green value is 72 (28.52% from 255 or 23.68% from 304); Blue value is 226 (88.67% from 255 or 74.34% from 304); Max value from RGB is 226 - color contains mainly: blue. Hex color #0648E2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0648E2 is #F9B71D. Grayscale: #454545. Windows color (decimal): -16365342 or 14829574. OLE color: 14829574.

HSL color Cylindrical-coordinate representation of color #0648E2: hue angle of 222º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0648E2 is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB672226-
CMYK0.970.6800.11
HSL222º94.83%45.49%-
HSV(B)222º97.35%88.63%-
XYZ16.1210.1673.06-
YUV69.82216.1382.48-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.97%
GREEN value IS 72 (28.52% from 255) = 23.68%
BLUE value IS 226 (88.67% from 255) = 74.34%
R=1.97%
G=23.68%
B=74.34%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal6722260.970.6800.1122294.8345.49
Hex648E261440Bde5f2d
Octal611034214110401333613755
Binary1101001000111000101100001100010001011110111101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0648E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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