Html Css Color HEX #145ADF Navy Blue

📋 copy color: '#145ADF'

red 20 ◦ green 90 ◦ blue 223

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

Shades of Navy Blue #145ADF

Tints of Navy Blue #145ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 66.97%

R = 6.01%
G = 27.03%
B = 66.97%

CMYK

 C value IS 0.91

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#145ADF (or 0x145ADF) is known color: Navy Blue. HEX triplet: 14, 5A and DF. RGB value is (20,90,223). Sum of RGB (Red+Green+Blue) = 20+90+223=333 (44% of max value = 765). Red value is 20 (8.20% from 255 or 6.01% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 223 (87.5% from 255 or 66.97% from 333); Max value from RGB is 223 - color contains mainly: blue. Hex color #145ADF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145ADF is #EBA520. Grayscale: #535353. Windows color (decimal): -15443233 or 14637588. OLE color: 14637588.

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

Color convert

RGB 20 90 223 -
CMYK 0.91 0.60 0 0.13
HSL 219.31º 0.84% 0.48% -
HSV(B) 219.31º 0.91% 0.87% -
XYZ 17.26 12.79 71.37 -
YUV 84.23 206.31 82.19 -
System Red Green Blue C M Y K H S L
Decimal 20 90 223 0.91 0.60 0 0.13 219.31 0.84 0.48
Hex 14 5A DF 5B 3C 0 D DB 54 30
Octal 24 132 337 133 74 0 15 333 124 60
Binary 10100 1011010 11011111 1011011 111100 0 1101 11011011 1010100 110000

Color Harmonies of #145ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145ADF

Black with #145ADF

Text Example


Text Example

White with #145ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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