Html Css Color HEX #1048EC Navy Blue

📋 copy color: '#1048EC'

red 16 ◦ green 72 ◦ blue 236

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

Shades of Navy Blue #1048EC

Tints of Navy Blue #1048EC

RGB

 RED value IS 16 (6.64% from 255) = 4.94%

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

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

R = 4.94%
G = 22.22%
B = 72.84%

CMYK

 C value IS 0.93

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1048EC (or 0x1048EC) is known color: Navy Blue. HEX triplet: 10, 48 and EC. RGB value is (16,72,236). Sum of RGB (Red+Green+Blue) = 16+72+236=324 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.94% from 324); Green value is 72 (28.52% from 255 or 22.22% from 324); Blue value is 236 (92.58% from 255 or 72.84% from 324); Max value from RGB is 236 - color contains mainly: blue. Hex color #1048EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1048EC is #EFB713. Grayscale: #494949. Windows color (decimal): -15709972 or 15484944. OLE color: 15484944.

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

Color convert

RGB 16 72 236 -
CMYK 0.93 0.69 0 0.07
HSL 224.73º 0.87% 0.49% -
HSV(B) 224.73º 0.93% 0.93% -
XYZ 17.67 10.8 80.51 -
YUV 73.95 219.45 86.66 -
System Red Green Blue C M Y K H S L
Decimal 16 72 236 0.93 0.69 0 0.07 224.73 0.87 0.49
Hex 10 48 EC 5D 45 0 7 E1 57 31
Octal 20 110 354 135 105 0 7 341 127 61
Binary 10000 1001000 11101100 1011101 1000101 0 111 11100001 1010111 110001

Color Harmonies of #1048EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1048EC

Black with #1048EC

Text Example


Text Example

White with #1048EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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