Html Css Color HEX #144CF3 Navy Blue

📋 copy color: '#144CF3'

red 20 ◦ green 76 ◦ blue 243

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

Shades of Navy Blue #144CF3

Tints of Navy Blue #144CF3

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.42%

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

R = 5.9%
G = 22.42%
B = 71.68%

CMYK

 C value IS 0.92

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#144CF3 (or 0x144CF3) is known color: Navy Blue. HEX triplet: 14, 4C and F3. RGB value is (20,76,243). Sum of RGB (Red+Green+Blue) = 20+76+243=339 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.90% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 243 (95.31% from 255 or 71.68% from 339); Max value from RGB is 243 - color contains mainly: blue. Hex color #144CF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #144CF3 is #EBB30C. Grayscale: #4D4D4D. Windows color (decimal): -15446797 or 15944724. OLE color: 15944724.

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

Color convert

RGB 20 76 243 -
CMYK 0.92 0.69 0 0.05
HSL 224.93º 0.9% 0.52% -
HSV(B) 224.93º 0.92% 0.95% -
XYZ 19.05 11.79 86.07 -
YUV 78.29 220.95 86.42 -
System Red Green Blue C M Y K H S L
Decimal 20 76 243 0.92 0.69 0 0.05 224.93 0.9 0.52
Hex 14 4C F3 5C 45 0 5 E1 5A 34
Octal 24 114 363 134 105 0 5 341 132 64
Binary 10100 1001100 11110011 1011100 1000101 0 101 11100001 1011010 110100

Color Harmonies of #144CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144CF3

Black with #144CF3

Text Example


Text Example

White with #144CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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