Html Css Color HEX #1048F2 Navy Blue

📋 copy color: '#1048F2'

red 16 ◦ green 72 ◦ blue 242

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

Shades of Navy Blue #1048F2

Tints of Navy Blue #1048F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 73.33%

R = 4.85%
G = 21.82%
B = 73.33%

CMYK

 C value IS 0.93

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1048F2 (or 0x1048F2) is known color: Navy Blue. HEX triplet: 10, 48 and F2. RGB value is (16,72,242). Sum of RGB (Red+Green+Blue) = 16+72+242=330 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.85% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 242 (94.92% from 255 or 73.33% from 330); Max value from RGB is 242 - color contains mainly: blue. Hex color #1048F2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1048F2 is #EFB70D. Grayscale: #494949. Windows color (decimal): -15709966 or 15878160. OLE color: 15878160.

HSL color Cylindrical-coordinate representation of color #1048F2: hue angle of 225.13º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1048F2 is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 16 72 242 -
CMYK 0.93 0.70 0 0.05
HSL 225.13º 0.9% 0.51% -
HSV(B) 225.13º 0.93% 0.95% -
XYZ 18.56 11.16 85.18 -
YUV 74.64 222.45 86.18 -
System Red Green Blue C M Y K H S L
Decimal 16 72 242 0.93 0.70 0 0.05 225.13 0.9 0.51
Hex 10 48 F2 5D 46 0 5 E1 5A 33
Octal 20 110 362 135 106 0 5 341 132 63
Binary 10000 1001000 11110010 1011101 1000110 0 101 11100001 1011010 110011

Color Harmonies of #1048F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1048F2

Black with #1048F2

Text Example


Text Example

White with #1048F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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