Html Css Color HEX #144FEE Navy Blue

📋 copy color: '#144FEE'

red 20 ◦ green 79 ◦ blue 238

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

Shades of Navy Blue #144FEE

Tints of Navy Blue #144FEE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.44%

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

R = 5.93%
G = 23.44%
B = 70.62%

CMYK

 C value IS 0.92

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#144FEE (or 0x144FEE) is known color: Navy Blue. HEX triplet: 14, 4F and EE. RGB value is (20,79,238). Sum of RGB (Red+Green+Blue) = 20+79+238=337 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.93% from 337); Green value is 79 (31.25% from 255 or 23.44% from 337); Blue value is 238 (93.36% from 255 or 70.62% from 337); Max value from RGB is 238 - color contains mainly: blue. Hex color #144FEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #144FEE is #EBB011. Grayscale: #4E4E4E. Windows color (decimal): -15446034 or 15617812. OLE color: 15617812.

HSL color Cylindrical-coordinate representation of color #144FEE: hue angle of 223.76º 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 #144FEE is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 20 79 238 -
CMYK 0.92 0.67 0 0.07
HSL 223.76º 0.87% 0.51% -
HSV(B) 223.76º 0.92% 0.93% -
XYZ 18.52 11.91 82.21 -
YUV 79.49 217.45 85.57 -
System Red Green Blue C M Y K H S L
Decimal 20 79 238 0.92 0.67 0 0.07 223.76 0.87 0.51
Hex 14 4F EE 5C 43 0 7 E0 57 33
Octal 24 117 356 134 103 0 7 340 127 63
Binary 10100 1001111 11101110 1011100 1000011 0 111 11100000 1010111 110011

Color Harmonies of #144FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144FEE

Black with #144FEE

Text Example


Text Example

White with #144FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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