Html Css Color HEX #145DDC Navy Blue

📋 copy color: '#145DDC'

red 20 ◦ green 93 ◦ blue 220

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

Shades of Navy Blue #145DDC

Tints of Navy Blue #145DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 66.07%

R = 6.01%
G = 27.93%
B = 66.07%

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

#145DDC (or 0x145DDC) is known color: Navy Blue. HEX triplet: 14, 5D and DC. RGB value is (20,93,220). Sum of RGB (Red+Green+Blue) = 20+93+220=333 (44% of max value = 765). Red value is 20 (8.20% from 255 or 6.01% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 220 (86.33% from 255 or 66.07% from 333); Max value from RGB is 220 - color contains mainly: blue. Hex color #145DDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145DDC is #EBA223. Grayscale: #555555. Windows color (decimal): -15442468 or 14441748. OLE color: 14441748.

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

Color convert

RGB 20 93 220 -
CMYK 0.91 0.58 0 0.14
HSL 218.1º 0.83% 0.47% -
HSV(B) 218.1º 0.91% 0.86% -
XYZ 17.12 13.14 69.34 -
YUV 85.65 203.82 81.17 -
System Red Green Blue C M Y K H S L
Decimal 20 93 220 0.91 0.58 0 0.14 218.1 0.83 0.47
Hex 14 5D DC 5B 3A 0 E DA 53 2F
Octal 24 135 334 133 72 0 16 332 123 57
Binary 10100 1011101 11011100 1011011 111010 0 1110 11011010 1010011 101111

Color Harmonies of #145DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145DDC

Black with #145DDC

Text Example


Text Example

White with #145DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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