Html Css Color HEX #0648EC Navy Blue

📋 copy color: '#0648EC'

red 6 ◦ green 72 ◦ blue 236

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

Shades of Navy Blue #0648EC

Tints of Navy Blue #0648EC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.93%

 BLUE value IS 236 (92.58% from 255) = 75.16%

R = 1.91%
G = 22.93%
B = 75.16%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0648EC (or 0x0648EC) is known color: Navy Blue. HEX triplet: 06, 48 and EC. RGB value is (6,72,236). Sum of RGB (Red+Green+Blue) = 6+72+236=314 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.91% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 236 (92.58% from 255 or 75.16% from 314); Max value from RGB is 236 - color contains mainly: blue. Hex color #0648EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0648EC is #F9B713. Grayscale: #464646. Windows color (decimal): -16365332 or 15484934. OLE color: 15484934.

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

Color convert

RGB 6 72 236 -
CMYK 0.97 0.69 0 0.07
HSL 222.78º 0.95% 0.47% -
HSV(B) 222.78º 0.97% 0.93% -
XYZ 17.53 10.73 80.5 -
YUV 70.96 221.13 81.66 -
System Red Green Blue C M Y K H S L
Decimal 6 72 236 0.97 0.69 0 0.07 222.78 0.95 0.47
Hex 6 48 EC 61 45 0 7 DF 5F 2F
Octal 6 110 354 141 105 0 7 337 137 57
Binary 110 1001000 11101100 1100001 1000101 0 111 11011111 1011111 101111

Color Harmonies of #0648EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0648EC

Black with #0648EC

Text Example


Text Example

White with #0648EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0648EC;
 }
 .AnyTagClassName
 {
   color: #0648EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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