Html Css Color HEX #145FD7 Navy Blue

📋 copy color: '#145FD7'

red 20 ◦ green 95 ◦ blue 215

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

Shades of Navy Blue #145FD7

Tints of Navy Blue #145FD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 65.15%

R = 6.06%
G = 28.79%
B = 65.15%

CMYK

 C value IS 0.91

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#145FD7 (or 0x145FD7) is known color: Navy Blue. HEX triplet: 14, 5F and D7. RGB value is (20,95,215). Sum of RGB (Red+Green+Blue) = 20+95+215=330 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.06% from 330); Green value is 95 (37.5% from 255 or 28.79% from 330); Blue value is 215 (84.38% from 255 or 65.15% from 330); Max value from RGB is 215 - color contains mainly: blue. Hex color #145FD7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145FD7 is #EBA028. Grayscale: #555555. Windows color (decimal): -15441961 or 14114580. OLE color: 14114580.

HSL color Cylindrical-coordinate representation of color #145FD7: hue angle of 216.92º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #145FD7 is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 20 95 215 -
CMYK 0.91 0.56 0 0.16
HSL 216.92º 0.83% 0.46% -
HSV(B) 216.92º 0.91% 0.84% -
XYZ 16.65 13.24 65.97 -
YUV 86.26 200.65 80.74 -
System Red Green Blue C M Y K H S L
Decimal 20 95 215 0.91 0.56 0 0.16 216.92 0.83 0.46
Hex 14 5F D7 5B 38 0 10 D9 53 2E
Octal 24 137 327 133 70 0 20 331 123 56
Binary 10100 1011111 11010111 1011011 111000 0 10000 11011001 1010011 101110

Color Harmonies of #145FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145FD7

Black with #145FD7

Text Example


Text Example

White with #145FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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