Html Css Color HEX #145EDB Navy Blue

📋 copy color: '#145EDB'

red 20 ◦ green 94 ◦ blue 219

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

Shades of Navy Blue #145EDB

Tints of Navy Blue #145EDB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.23%

 BLUE value IS 219 (85.94% from 255) = 65.77%

R = 6.01%
G = 28.23%
B = 65.77%

CMYK

 C value IS 0.91

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#145EDB (or 0x145EDB) is known color: Navy Blue. HEX triplet: 14, 5E and DB. RGB value is (20,94,219). Sum of RGB (Red+Green+Blue) = 20+94+219=333 (44% of max value = 765). Red value is 20 (8.20% from 255 or 6.01% from 333); Green value is 94 (37.11% from 255 or 28.23% from 333); Blue value is 219 (85.94% from 255 or 65.77% from 333); Max value from RGB is 219 - color contains mainly: blue. Hex color #145EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145EDB is #EBA124. Grayscale: #555555. Windows color (decimal): -15442213 or 14376468. OLE color: 14376468.

HSL color Cylindrical-coordinate representation of color #145EDB: hue angle of 217.69º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #145EDB is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 20 94 219 -
CMYK 0.91 0.57 0 0.14
HSL 217.69º 0.83% 0.47% -
HSV(B) 217.69º 0.91% 0.86% -
XYZ 17.08 13.27 68.68 -
YUV 86.12 202.98 80.84 -
System Red Green Blue C M Y K H S L
Decimal 20 94 219 0.91 0.57 0 0.14 217.69 0.83 0.47
Hex 14 5E DB 5B 39 0 E DA 53 2F
Octal 24 136 333 133 71 0 16 332 123 57
Binary 10100 1011110 11011011 1011011 111001 0 1110 11011010 1010011 101111

Color Harmonies of #145EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145EDB

Black with #145EDB

Text Example


Text Example

White with #145EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,94,219); }

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

background-color css

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

 a { background-color: rgb(20,94,219); }

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

border-color css

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

 span { border-color: rgb(20,94,219); }

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