Html Css Color HEX #0048EC Navy Blue

📋 copy color: '#0048EC'

red 0 ◦ green 72 ◦ blue 236

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

Shades of Navy Blue #0048EC

Tints of Navy Blue #0048EC

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 23.38%
B = 76.62%

CMYK

 C value IS 1

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0048EC (or 0x0048EC) is known color: Navy Blue. HEX triplet: 00, 48 and EC. RGB value is (0,72,236). Sum of RGB (Red+Green+Blue) = 0+72+236=308 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 236 (92.58% from 255 or 76.62% from 308); Max value from RGB is 236 - color contains mainly: blue. Hex color #0048EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0048EC is #FFB713. Grayscale: #444444. Windows color (decimal): -16758548 or 15484928. OLE color: 15484928.

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

Color convert

RGB 0 72 236 -
CMYK 1 0.69 0 0.07
HSL 221.69º 1% 0.46% -
HSV(B) 221.69º 1% 0.93% -
XYZ 17.46 10.69 80.5 -
YUV 69.17 222.15 78.66 -
System Red Green Blue C M Y K H S L
Decimal 0 72 236 1 0.69 0 0.07 221.69 1 0.46
Hex 0 48 EC 64 45 0 7 DE 64 2E
Octal 0 110 354 144 105 0 7 336 144 56
Binary 0 1001000 11101100 1100100 1000101 0 111 11011110 1100100 101110

Color Harmonies of #0048EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0048EC

Black with #0048EC

Text Example


Text Example

White with #0048EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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