Html Css Color HEX #145ADE Navy Blue

📋 copy color: '#145ADE'

red 20 ◦ green 90 ◦ blue 222

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

Shades of Navy Blue #145ADE

Tints of Navy Blue #145ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 66.87%

R = 6.02%
G = 27.11%
B = 66.87%

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

#145ADE (or 0x145ADE) is known color: Navy Blue. HEX triplet: 14, 5A and DE. RGB value is (20,90,222). Sum of RGB (Red+Green+Blue) = 20+90+222=332 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.02% from 332); Green value is 90 (35.55% from 255 or 27.11% from 332); Blue value is 222 (87.11% from 255 or 66.87% from 332); Max value from RGB is 222 - color contains mainly: blue. Hex color #145ADE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145ADE is #EBA521. Grayscale: #535353. Windows color (decimal): -15443234 or 14572052. OLE color: 14572052.

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

Color convert

RGB 20 90 222 -
CMYK 0.91 0.59 0 0.13
HSL 219.21º 0.83% 0.47% -
HSV(B) 219.21º 0.91% 0.87% -
XYZ 17.13 12.73 70.66 -
YUV 84.12 205.81 82.27 -
System Red Green Blue C M Y K H S L
Decimal 20 90 222 0.91 0.59 0 0.13 219.21 0.83 0.47
Hex 14 5A DE 5B 3B 0 D DB 53 2F
Octal 24 132 336 133 73 0 15 333 123 57
Binary 10100 1011010 11011110 1011011 111011 0 1101 11011011 1010011 101111

Color Harmonies of #145ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145ADE

Black with #145ADE

Text Example


Text Example

White with #145ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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