Html Css Color HEX #1249FA Navy Blue

📋 copy color: '#1249FA'

red 18 ◦ green 73 ◦ blue 250

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

Shades of Navy Blue #1249FA

Tints of Navy Blue #1249FA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.41%

 BLUE value IS 250 (98.05% from 255) = 73.31%

R = 5.28%
G = 21.41%
B = 73.31%

CMYK

 C value IS 0.93

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1249FA (or 0x1249FA) is known color: Navy Blue. HEX triplet: 12, 49 and FA. RGB value is (18,73,250). Sum of RGB (Red+Green+Blue) = 18+73+250=341 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.28% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 250 (98.05% from 255 or 73.31% from 341); Max value from RGB is 250 - color contains mainly: blue. Hex color #1249FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1249FA is #EDB605. Grayscale: #4B4B4B. Windows color (decimal): -15578630 or 16402706. OLE color: 16402706.

HSL color Cylindrical-coordinate representation of color #1249FA: hue angle of 225.78º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1249FA is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 73 250 -
CMYK 0.93 0.71 0 0.02
HSL 225.78º 0.96% 0.53% -
HSV(B) 225.78º 0.93% 0.98% -
XYZ 19.89 11.8 91.67 -
YUV 76.73 225.78 86.11 -
System Red Green Blue C M Y K H S L
Decimal 18 73 250 0.93 0.71 0 0.02 225.78 0.96 0.53
Hex 12 49 FA 5D 47 0 2 E2 60 35
Octal 22 111 372 135 107 0 2 342 140 65
Binary 10010 1001001 11111010 1011101 1000111 0 10 11100010 1100000 110101

Color Harmonies of #1249FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1249FA

Black with #1249FA

Text Example


Text Example

White with #1249FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1249FA; }

 p { color: rgb(18,73,250); }

 H1.HeaderClassName
 {
   color: #1249FA;
 }
 .AnyTagClassName
 {
   color: #1249FA;
 }
</style>

background-color css

<style>
 a { background-color: #1249FA; }

 a { background-color: rgb(18,73,250); }

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

border-color css

<style>
 span { border-color: #1249FA; }

 span { border-color: rgb(18,73,250); }

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