Html Css Color HEX #1048E9 Navy Blue

📋 copy color: '#1048E9'

red 16 ◦ green 72 ◦ blue 233

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

Shades of Navy Blue #1048E9

Tints of Navy Blue #1048E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 72.59%

R = 4.98%
G = 22.43%
B = 72.59%

CMYK

 C value IS 0.93

 M value IS 0.69

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#1048E9 (or 0x1048E9) is known color: Navy Blue. HEX triplet: 10, 48 and E9. RGB value is (16,72,233). Sum of RGB (Red+Green+Blue) = 16+72+233=321 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.98% from 321); Green value is 72 (28.52% from 255 or 22.43% from 321); Blue value is 233 (91.41% from 255 or 72.59% from 321); Max value from RGB is 233 - color contains mainly: blue. Hex color #1048E9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1048E9 is #EFB716. Grayscale: #484848. Windows color (decimal): -15709975 or 15288336. OLE color: 15288336.

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

Color convert

RGB 16 72 233 -
CMYK 0.93 0.69 0 0.09
HSL 224.52º 0.87% 0.49% -
HSV(B) 224.52º 0.93% 0.91% -
XYZ 17.24 10.63 78.23 -
YUV 73.61 217.95 86.91 -
System Red Green Blue C M Y K H S L
Decimal 16 72 233 0.93 0.69 0 0.09 224.52 0.87 0.49
Hex 10 48 E9 5D 45 0 9 E1 57 31
Octal 20 110 351 135 105 0 11 341 127 61
Binary 10000 1001000 11101001 1011101 1000101 0 1001 11100001 1010111 110001

Color Harmonies of #1048E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1048E9

Black with #1048E9

Text Example


Text Example

White with #1048E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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