Html Css Color HEX #145FE0 Navy Blue

📋 copy color: '#145FE0'

red 20 ◦ green 95 ◦ blue 224

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

Shades of Navy Blue #145FE0

Tints of Navy Blue #145FE0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.02%

 BLUE value IS 224 (87.89% from 255) = 66.08%

R = 5.9%
G = 28.02%
B = 66.08%

CMYK

 C value IS 0.91

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#145FE0 (or 0x145FE0) is known color: Navy Blue. HEX triplet: 14, 5F and E0. RGB value is (20,95,224). Sum of RGB (Red+Green+Blue) = 20+95+224=339 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.90% from 339); Green value is 95 (37.5% from 255 or 28.02% from 339); Blue value is 224 (87.89% from 255 or 66.08% from 339); Max value from RGB is 224 - color contains mainly: blue. Hex color #145FE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145FE0 is #EBA01F. Grayscale: #565656. Windows color (decimal): -15441952 or 14704404. OLE color: 14704404.

HSL color Cylindrical-coordinate representation of color #145FE0: hue angle of 217.94º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #145FE0 is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 20 95 224 -
CMYK 0.91 0.58 0 0.12
HSL 217.94º 0.84% 0.48% -
HSV(B) 217.94º 0.91% 0.88% -
XYZ 17.84 13.71 72.23 -
YUV 87.28 205.15 80.01 -
System Red Green Blue C M Y K H S L
Decimal 20 95 224 0.91 0.58 0 0.12 217.94 0.84 0.48
Hex 14 5F E0 5B 3A 0 C DA 54 30
Octal 24 137 340 133 72 0 14 332 124 60
Binary 10100 1011111 11100000 1011011 111010 0 1100 11011010 1010100 110000

Color Harmonies of #145FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145FE0

Black with #145FE0

Text Example


Text Example

White with #145FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145FE0; }

 p { color: rgb(20,95,224); }

 H1.HeaderClassName
 {
   color: #145FE0;
 }
 .AnyTagClassName
 {
   color: #145FE0;
 }
</style>

background-color css

<style>
 a { background-color: #145FE0; }

 a { background-color: rgb(20,95,224); }

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

border-color css

<style>
 span { border-color: #145FE0; }

 span { border-color: rgb(20,95,224); }

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