Html Css Color HEX #145DDD Navy Blue

📋 copy color: '#145DDD'

red 20 ◦ green 93 ◦ blue 221

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

Shades of Navy Blue #145DDD

Tints of Navy Blue #145DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 66.17%

R = 5.99%
G = 27.84%
B = 66.17%

CMYK

 C value IS 0.91

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#145DDD (or 0x145DDD) is known color: Navy Blue. HEX triplet: 14, 5D and DD. RGB value is (20,93,221). Sum of RGB (Red+Green+Blue) = 20+93+221=334 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.99% from 334); Green value is 93 (36.72% from 255 or 27.84% from 334); Blue value is 221 (86.72% from 255 or 66.17% from 334); Max value from RGB is 221 - color contains mainly: blue. Hex color #145DDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145DDD is #EBA222. Grayscale: #555555. Windows color (decimal): -15442467 or 14507284. OLE color: 14507284.

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

Color convert

RGB 20 93 221 -
CMYK 0.91 0.58 0 0.13
HSL 218.21º 0.83% 0.47% -
HSV(B) 218.21º 0.91% 0.87% -
XYZ 17.25 13.2 70.04 -
YUV 85.77 204.32 81.09 -
System Red Green Blue C M Y K H S L
Decimal 20 93 221 0.91 0.58 0 0.13 218.21 0.83 0.47
Hex 14 5D DD 5B 3A 0 D DA 53 2F
Octal 24 135 335 133 72 0 15 332 123 57
Binary 10100 1011101 11011101 1011011 111010 0 1101 11011010 1010011 101111

Color Harmonies of #145DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145DDD

Black with #145DDD

Text Example


Text Example

White with #145DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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