Html Css Color HEX #1449EE Navy Blue

📋 copy color: '#1449EE'

red 20 ◦ green 73 ◦ blue 238

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

Shades of Navy Blue #1449EE

Tints of Navy Blue #1449EE

RGB

 RED value IS 20 (8.2% from 255) = 6.04%

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

 BLUE value IS 238 (93.36% from 255) = 71.9%

R = 6.04%
G = 22.05%
B = 71.9%

CMYK

 C value IS 0.92

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1449EE (or 0x1449EE) is known color: Navy Blue. HEX triplet: 14, 49 and EE. RGB value is (20,73,238). Sum of RGB (Red+Green+Blue) = 20+73+238=331 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.04% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 238 (93.36% from 255 or 71.90% from 331); Max value from RGB is 238 - color contains mainly: blue. Hex color #1449EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1449EE is #EBB611. Grayscale: #4B4B4B. Windows color (decimal): -15447570 or 15616276. OLE color: 15616276.

HSL color Cylindrical-coordinate representation of color #1449EE: hue angle of 225.41º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1449EE is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 20 73 238 -
CMYK 0.92 0.69 0 0.07
HSL 225.41º 0.87% 0.51% -
HSV(B) 225.41º 0.92% 0.93% -
XYZ 18.1 11.09 82.07 -
YUV 75.96 219.44 88.08 -
System Red Green Blue C M Y K H S L
Decimal 20 73 238 0.92 0.69 0 0.07 225.41 0.87 0.51
Hex 14 49 EE 5C 45 0 7 E1 57 33
Octal 24 111 356 134 105 0 7 341 127 63
Binary 10100 1001001 11101110 1011100 1000101 0 111 11100001 1010111 110011

Color Harmonies of #1449EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1449EE

Black with #1449EE

Text Example


Text Example

White with #1449EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1449EE; }

 p { color: rgb(20,73,238); }

 H1.HeaderClassName
 {
   color: #1449EE;
 }
 .AnyTagClassName
 {
   color: #1449EE;
 }
</style>

background-color css

<style>
 a { background-color: #1449EE; }

 a { background-color: rgb(20,73,238); }

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

border-color css

<style>
 span { border-color: #1449EE; }

 span { border-color: rgb(20,73,238); }

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