Html Css Color HEX #144EE7 Navy Blue

📋 copy color: '#144EE7'

red 20 ◦ green 78 ◦ blue 231

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

Shades of Navy Blue #144EE7

Tints of Navy Blue #144EE7

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.71%

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

R = 6.08%
G = 23.71%
B = 70.21%

CMYK

 C value IS 0.91

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#144EE7 (or 0x144EE7) is known color: Navy Blue. HEX triplet: 14, 4E and E7. RGB value is (20,78,231). Sum of RGB (Red+Green+Blue) = 20+78+231=329 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.08% from 329); Green value is 78 (30.86% from 255 or 23.71% from 329); Blue value is 231 (90.62% from 255 or 70.21% from 329); Max value from RGB is 231 - color contains mainly: blue. Hex color #144EE7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #144EE7 is #EBB118. Grayscale: #4D4D4D. Windows color (decimal): -15446297 or 15158804. OLE color: 15158804.

HSL color Cylindrical-coordinate representation of color #144EE7: hue angle of 223.51º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #144EE7 is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 20 78 231 -
CMYK 0.91 0.66 0 0.09
HSL 223.51º 0.84% 0.49% -
HSV(B) 223.51º 0.91% 0.91% -
XYZ 17.44 11.37 76.88 -
YUV 78.1 214.28 86.56 -
System Red Green Blue C M Y K H S L
Decimal 20 78 231 0.91 0.66 0 0.09 223.51 0.84 0.49
Hex 14 4E E7 5B 42 0 9 E0 54 31
Octal 24 116 347 133 102 0 11 340 124 61
Binary 10100 1001110 11100111 1011011 1000010 0 1001 11100000 1010100 110001

Color Harmonies of #144EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144EE7

Black with #144EE7

Text Example


Text Example

White with #144EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144EE7; }

 p { color: rgb(20,78,231); }

 H1.HeaderClassName
 {
   color: #144EE7;
 }
 .AnyTagClassName
 {
   color: #144EE7;
 }
</style>

background-color css

<style>
 a { background-color: #144EE7; }

 a { background-color: rgb(20,78,231); }

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

border-color css

<style>
 span { border-color: #144EE7; }

 span { border-color: rgb(20,78,231); }

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