Html Css Color HEX #145FD6 Navy Blue

📋 copy color: '#145FD6'

red 20 ◦ green 95 ◦ blue 214

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

Shades of Navy Blue #145FD6

Tints of Navy Blue #145FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 65.05%

R = 6.08%
G = 28.88%
B = 65.05%

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

#145FD6 (or 0x145FD6) is known color: Navy Blue. HEX triplet: 14, 5F and D6. RGB value is (20,95,214). Sum of RGB (Red+Green+Blue) = 20+95+214=329 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.08% from 329); Green value is 95 (37.5% from 255 or 28.88% from 329); Blue value is 214 (83.98% from 255 or 65.05% from 329); Max value from RGB is 214 - color contains mainly: blue. Hex color #145FD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145FD6 is #EBA029. Grayscale: #555555. Windows color (decimal): -15441962 or 14049044. OLE color: 14049044.

HSL color Cylindrical-coordinate representation of color #145FD6: hue angle of 216.8º 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 #145FD6 is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 20 95 214 -
CMYK 0.91 0.56 0 0.16
HSL 216.8º 0.83% 0.46% -
HSV(B) 216.8º 0.91% 0.84% -
XYZ 16.52 13.19 65.29 -
YUV 86.14 200.15 80.82 -
System Red Green Blue C M Y K H S L
Decimal 20 95 214 0.91 0.56 0 0.16 216.8 0.83 0.46
Hex 14 5F D6 5B 38 0 10 D9 53 2E
Octal 24 137 326 133 70 0 20 331 123 56
Binary 10100 1011111 11010110 1011011 111000 0 10000 11011001 1010011 101110

Color Harmonies of #145FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145FD6

Black with #145FD6

Text Example


Text Example

White with #145FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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