Html Css Color HEX #144CF0 Navy Blue

📋 copy color: '#144CF0'

red 20 ◦ green 76 ◦ blue 240

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

Shades of Navy Blue #144CF0

Tints of Navy Blue #144CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 71.43%

R = 5.95%
G = 22.62%
B = 71.43%

CMYK

 C value IS 0.92

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#144CF0 (or 0x144CF0) is known color: Navy Blue. HEX triplet: 14, 4C and F0. RGB value is (20,76,240). Sum of RGB (Red+Green+Blue) = 20+76+240=336 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.95% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 240 (94.14% from 255 or 71.43% from 336); Max value from RGB is 240 - color contains mainly: blue. Hex color #144CF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #144CF0 is #EBB30F. Grayscale: #4D4D4D. Windows color (decimal): -15446800 or 15748116. OLE color: 15748116.

HSL color Cylindrical-coordinate representation of color #144CF0: hue angle of 224.73º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #144CF0 is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 20 76 240 -
CMYK 0.92 0.68 0 0.06
HSL 224.73º 0.88% 0.51% -
HSV(B) 224.73º 0.92% 0.94% -
XYZ 18.6 11.61 83.7 -
YUV 77.95 219.45 86.66 -
System Red Green Blue C M Y K H S L
Decimal 20 76 240 0.92 0.68 0 0.06 224.73 0.88 0.51
Hex 14 4C F0 5C 44 0 6 E1 58 33
Octal 24 114 360 134 104 0 6 341 130 63
Binary 10100 1001100 11110000 1011100 1000100 0 110 11100001 1011000 110011

Color Harmonies of #144CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144CF0

Black with #144CF0

Text Example


Text Example

White with #144CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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