Html Css Color HEX #1249E7 Navy Blue

📋 copy color: '#1249E7'

red 18 ◦ green 73 ◦ blue 231

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

Shades of Navy Blue #1249E7

Tints of Navy Blue #1249E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 71.74%

R = 5.59%
G = 22.67%
B = 71.74%

CMYK

 C value IS 0.92

 M value IS 0.68

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#1249E7 (or 0x1249E7) is known color: Navy Blue. HEX triplet: 12, 49 and E7. RGB value is (18,73,231). Sum of RGB (Red+Green+Blue) = 18+73+231=322 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.59% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 231 (90.62% from 255 or 71.74% from 322); Max value from RGB is 231 - color contains mainly: blue. Hex color #1249E7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1249E7 is #EDB618. Grayscale: #494949. Windows color (decimal): -15578649 or 15157522. OLE color: 15157522.

HSL color Cylindrical-coordinate representation of color #1249E7: hue angle of 224.51º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1249E7 is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 18 73 231 -
CMYK 0.92 0.68 0 0.09
HSL 224.51º 0.86% 0.49% -
HSV(B) 224.51º 0.92% 0.91% -
XYZ 17.06 10.66 76.76 -
YUV 74.57 216.28 87.65 -
System Red Green Blue C M Y K H S L
Decimal 18 73 231 0.92 0.68 0 0.09 224.51 0.86 0.49
Hex 12 49 E7 5C 44 0 9 E1 56 31
Octal 22 111 347 134 104 0 11 341 126 61
Binary 10010 1001001 11100111 1011100 1000100 0 1001 11100001 1010110 110001

Color Harmonies of #1249E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1249E7

Black with #1249E7

Text Example


Text Example

White with #1249E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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