Html Css Color HEX #1249EA Navy Blue

📋 copy color: '#1249EA'

red 18 ◦ green 73 ◦ blue 234

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

Shades of Navy Blue #1249EA

Tints of Navy Blue #1249EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 72%

R = 5.54%
G = 22.46%
B = 72%

CMYK

 C value IS 0.92

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1249EA (or 0x1249EA) is known color: Navy Blue. HEX triplet: 12, 49 and EA. RGB value is (18,73,234). Sum of RGB (Red+Green+Blue) = 18+73+234=325 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.54% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 234 (91.80% from 255 or 72% from 325); Max value from RGB is 234 - color contains mainly: blue. Hex color #1249EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1249EA is #EDB615. Grayscale: #4A4A4A. Windows color (decimal): -15578646 or 15354130. OLE color: 15354130.

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

Color convert

RGB 18 73 234 -
CMYK 0.92 0.69 0 0.08
HSL 224.72º 0.86% 0.49% -
HSV(B) 224.72º 0.92% 0.92% -
XYZ 17.48 10.83 79.01 -
YUV 74.91 217.78 87.41 -
System Red Green Blue C M Y K H S L
Decimal 18 73 234 0.92 0.69 0 0.08 224.72 0.86 0.49
Hex 12 49 EA 5C 45 0 8 E1 56 31
Octal 22 111 352 134 105 0 10 341 126 61
Binary 10010 1001001 11101010 1011100 1000101 0 1000 11100001 1010110 110001

Color Harmonies of #1249EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1249EA

Black with #1249EA

Text Example


Text Example

White with #1249EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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