Html Css Color HEX #1248F0 Navy Blue

📋 copy color: '#1248F0'

red 18 ◦ green 72 ◦ blue 240

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

Shades of Navy Blue #1248F0

Tints of Navy Blue #1248F0

RGB

 RED value IS 18 (7.42% from 255) = 5.45%

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

 BLUE value IS 240 (94.14% from 255) = 72.73%

R = 5.45%
G = 21.82%
B = 72.73%

CMYK

 C value IS 0.92

 M value IS 0.7

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1248F0 (or 0x1248F0) is known color: Navy Blue. HEX triplet: 12, 48 and F0. RGB value is (18,72,240). Sum of RGB (Red+Green+Blue) = 18+72+240=330 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.45% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 240 (94.14% from 255 or 72.73% from 330); Max value from RGB is 240 - color contains mainly: blue. Hex color #1248F0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1248F0 is #EDB70F. Grayscale: #4A4A4A. Windows color (decimal): -15578896 or 15747090. OLE color: 15747090.

HSL color Cylindrical-coordinate representation of color #1248F0: hue angle of 225.41º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1248F0 is Cyan = 0.92, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 18 72 240 -
CMYK 0.92 0.7 0 0.06
HSL 225.41º 0.88% 0.51% -
HSV(B) 225.41º 0.93% 0.94% -
XYZ 18.29 11.05 83.61 -
YUV 75.01 221.11 87.34 -
System Red Green Blue C M Y K H S L
Decimal 18 72 240 0.92 0.7 0 0.06 225.41 0.88 0.51
Hex 12 48 F0 5C 46 0 6 E1 58 33
Octal 22 110 360 134 106 0 6 341 130 63
Binary 10010 1001000 11110000 1011100 1000110 0 110 11100001 1011000 110011

Color Harmonies of #1248F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1248F0

Black with #1248F0

Text Example


Text Example

White with #1248F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1248F0; }

 p { color: rgb(18,72,240); }

 H1.HeaderClassName
 {
   color: #1248F0;
 }
 .AnyTagClassName
 {
   color: #1248F0;
 }
</style>

background-color css

<style>
 a { background-color: #1248F0; }

 a { background-color: rgb(18,72,240); }

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

border-color css

<style>
 span { border-color: #1248F0; }

 span { border-color: rgb(18,72,240); }

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