Html Css Color HEX #145DDB Navy Blue

📋 copy color: '#145DDB'

red 20 ◦ green 93 ◦ blue 219

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

Shades of Navy Blue #145DDB

Tints of Navy Blue #145DDB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.01%

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

R = 6.02%
G = 28.01%
B = 65.96%

CMYK

 C value IS 0.91

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#145DDB (or 0x145DDB) is known color: Navy Blue. HEX triplet: 14, 5D and DB. RGB value is (20,93,219). Sum of RGB (Red+Green+Blue) = 20+93+219=332 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.02% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 219 (85.94% from 255 or 65.96% from 332); Max value from RGB is 219 - color contains mainly: blue. Hex color #145DDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145DDB is #EBA224. Grayscale: #545454. Windows color (decimal): -15442469 or 14376212. OLE color: 14376212.

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

Color convert

RGB 20 93 219 -
CMYK 0.91 0.58 0 0.14
HSL 217.99º 0.83% 0.47% -
HSV(B) 217.99º 0.91% 0.86% -
XYZ 16.99 13.09 68.65 -
YUV 85.54 203.32 81.25 -
System Red Green Blue C M Y K H S L
Decimal 20 93 219 0.91 0.58 0 0.14 217.99 0.83 0.47
Hex 14 5D DB 5B 3A 0 E DA 53 2F
Octal 24 135 333 133 72 0 16 332 123 57
Binary 10100 1011101 11011011 1011011 111010 0 1110 11011010 1010011 101111

Color Harmonies of #145DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145DDB

Black with #145DDB

Text Example


Text Example

White with #145DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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