Html Css Color HEX #0448EC Navy Blue

📋 copy color: '#0448EC'

red 4 ◦ green 72 ◦ blue 236

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

Shades of Navy Blue #0448EC

Tints of Navy Blue #0448EC

RGB

 RED value IS 4 (1.95% from 255) = 1.28%

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

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

R = 1.28%
G = 23.08%
B = 75.64%

CMYK

 C value IS 0.98

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0448EC (or 0x0448EC) is known color: Navy Blue. HEX triplet: 04, 48 and EC. RGB value is (4,72,236). Sum of RGB (Red+Green+Blue) = 4+72+236=312 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.28% from 312); Green value is 72 (28.52% from 255 or 23.08% from 312); Blue value is 236 (92.58% from 255 or 75.64% from 312); Max value from RGB is 236 - color contains mainly: blue. Hex color #0448EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0448EC is #FBB713. Grayscale: #454545. Windows color (decimal): -16496404 or 15484932. OLE color: 15484932.

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

Color convert

RGB 4 72 236 -
CMYK 0.98 0.69 0 0.07
HSL 222.41º 0.97% 0.47% -
HSV(B) 222.41º 0.98% 0.93% -
XYZ 17.51 10.72 80.5 -
YUV 70.36 221.47 80.66 -
System Red Green Blue C M Y K H S L
Decimal 4 72 236 0.98 0.69 0 0.07 222.41 0.97 0.47
Hex 4 48 EC 62 45 0 7 DE 61 2F
Octal 4 110 354 142 105 0 7 336 141 57
Binary 100 1001000 11101100 1100010 1000101 0 111 11011110 1100001 101111

Color Harmonies of #0448EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0448EC

Black with #0448EC

Text Example


Text Example

White with #0448EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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