Html Css Color HEX #1249FB Navy Blue

📋 copy color: '#1249FB'

red 18 ◦ green 73 ◦ blue 251

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

Shades of Navy Blue #1249FB

Tints of Navy Blue #1249FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 73.39%

R = 5.26%
G = 21.35%
B = 73.39%

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

#1249FB (or 0x1249FB) is known color: Navy Blue. HEX triplet: 12, 49 and FB. RGB value is (18,73,251). Sum of RGB (Red+Green+Blue) = 18+73+251=342 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.26% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 251 (98.44% from 255 or 73.39% from 342); Max value from RGB is 251 - color contains mainly: blue. Hex color #1249FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1249FB is #EDB604. Grayscale: #4C4C4C. Windows color (decimal): -15578629 or 16468242. OLE color: 16468242.

HSL color Cylindrical-coordinate representation of color #1249FB: hue angle of 225.84º degrees, saturation: 0.97, 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 #1249FB is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 73 251 -
CMYK 0.93 0.71 0 0.02
HSL 225.84º 0.97% 0.53% -
HSV(B) 225.84º 0.93% 0.98% -
XYZ 20.04 11.86 92.5 -
YUV 76.85 226.28 86.03 -
System Red Green Blue C M Y K H S L
Decimal 18 73 251 0.93 0.71 0 0.02 225.84 0.97 0.53
Hex 12 49 FB 5D 47 0 2 E2 61 35
Octal 22 111 373 135 107 0 2 342 141 65
Binary 10010 1001001 11111011 1011101 1000111 0 10 11100010 1100001 110101

Color Harmonies of #1249FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1249FB

Black with #1249FB

Text Example


Text Example

White with #1249FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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