Html Css Color HEX #145ADD Navy Blue

📋 copy color: '#145ADD'

red 20 ◦ green 90 ◦ blue 221

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

Shades of Navy Blue #145ADD

Tints of Navy Blue #145ADD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.19%

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

R = 6.04%
G = 27.19%
B = 66.77%

CMYK

 C value IS 0.91

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#145ADD (or 0x145ADD) is known color: Navy Blue. HEX triplet: 14, 5A and DD. RGB value is (20,90,221). Sum of RGB (Red+Green+Blue) = 20+90+221=331 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.04% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 221 (86.72% from 255 or 66.77% from 331); Max value from RGB is 221 - color contains mainly: blue. Hex color #145ADD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145ADD is #EBA522. Grayscale: #535353. Windows color (decimal): -15443235 or 14506516. OLE color: 14506516.

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

Color convert

RGB 20 90 221 -
CMYK 0.91 0.59 0 0.13
HSL 219.1º 0.83% 0.47% -
HSV(B) 219.1º 0.91% 0.87% -
XYZ 17 12.68 69.96 -
YUV 84 205.31 82.35 -
System Red Green Blue C M Y K H S L
Decimal 20 90 221 0.91 0.59 0 0.13 219.1 0.83 0.47
Hex 14 5A DD 5B 3B 0 D DB 53 2F
Octal 24 132 335 133 73 0 15 333 123 57
Binary 10100 1011010 11011101 1011011 111011 0 1101 11011011 1010011 101111

Color Harmonies of #145ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145ADD

Black with #145ADD

Text Example


Text Example

White with #145ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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