Html Css Color HEX #144FEB Navy Blue

📋 copy color: '#144FEB'

red 20 ◦ green 79 ◦ blue 235

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

Shades of Navy Blue #144FEB

Tints of Navy Blue #144FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 70.36%

R = 5.99%
G = 23.65%
B = 70.36%

CMYK

 C value IS 0.91

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#144FEB (or 0x144FEB) is known color: Navy Blue. HEX triplet: 14, 4F and EB. RGB value is (20,79,235). Sum of RGB (Red+Green+Blue) = 20+79+235=334 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.99% from 334); Green value is 79 (31.25% from 255 or 23.65% from 334); Blue value is 235 (92.19% from 255 or 70.36% from 334); Max value from RGB is 235 - color contains mainly: blue. Hex color #144FEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #144FEB is #EBB014. Grayscale: #4E4E4E. Windows color (decimal): -15446037 or 15421204. OLE color: 15421204.

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

Color convert

RGB 20 79 235 -
CMYK 0.91 0.66 0 0.08
HSL 223.53º 0.84% 0.5% -
HSV(B) 223.53º 0.91% 0.92% -
XYZ 18.08 11.74 79.91 -
YUV 79.14 215.95 85.82 -
System Red Green Blue C M Y K H S L
Decimal 20 79 235 0.91 0.66 0 0.08 223.53 0.84 0.5
Hex 14 4F EB 5B 42 0 8 E0 54 32
Octal 24 117 353 133 102 0 10 340 124 62
Binary 10100 1001111 11101011 1011011 1000010 0 1000 11100000 1010100 110010

Color Harmonies of #144FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144FEB

Black with #144FEB

Text Example


Text Example

White with #144FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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