Html Css Color HEX #144EF3 Navy Blue

📋 copy color: '#144EF3'

red 20 ◦ green 78 ◦ blue 243

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

Shades of Navy Blue #144EF3

Tints of Navy Blue #144EF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 71.26%

R = 5.87%
G = 22.87%
B = 71.26%

CMYK

 C value IS 0.92

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#144EF3 (or 0x144EF3) is known color: Navy Blue. HEX triplet: 14, 4E and F3. RGB value is (20,78,243). Sum of RGB (Red+Green+Blue) = 20+78+243=341 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.87% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 243 (95.31% from 255 or 71.26% from 341); Max value from RGB is 243 - color contains mainly: blue. Hex color #144EF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #144EF3 is #EBB10C. Grayscale: #4E4E4E. Windows color (decimal): -15446285 or 15945236. OLE color: 15945236.

HSL color Cylindrical-coordinate representation of color #144EF3: hue angle of 224.39º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #144EF3 is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 20 78 243 -
CMYK 0.92 0.68 0 0.05
HSL 224.39º 0.9% 0.52% -
HSV(B) 224.39º 0.92% 0.95% -
XYZ 19.19 12.07 86.11 -
YUV 79.47 220.28 85.58 -
System Red Green Blue C M Y K H S L
Decimal 20 78 243 0.92 0.68 0 0.05 224.39 0.9 0.52
Hex 14 4E F3 5C 44 0 5 E0 5A 34
Octal 24 116 363 134 104 0 5 340 132 64
Binary 10100 1001110 11110011 1011100 1000100 0 101 11100000 1011010 110100

Color Harmonies of #144EF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144EF3

Black with #144EF3

Text Example


Text Example

White with #144EF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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