Html Css Color HEX #145BDF Navy Blue

📋 copy color: '#145BDF'

red 20 ◦ green 91 ◦ blue 223

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

Shades of Navy Blue #145BDF

Tints of Navy Blue #145BDF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.25%

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

R = 5.99%
G = 27.25%
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

#145BDF (or 0x145BDF) is known color: Navy Blue. HEX triplet: 14, 5B and DF. RGB value is (20,91,223). Sum of RGB (Red+Green+Blue) = 20+91+223=334 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.99% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 223 (87.5% from 255 or 66.77% from 334); Max value from RGB is 223 - color contains mainly: blue. Hex color #145BDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145BDF is #EBA420. Grayscale: #545454. Windows color (decimal): -15442977 or 14637844. OLE color: 14637844.

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

Color convert

RGB 20 91 223 -
CMYK 0.91 0.59 0 0.13
HSL 219.01º 0.84% 0.48% -
HSV(B) 219.01º 0.91% 0.87% -
XYZ 17.35 12.96 71.4 -
YUV 84.82 205.98 81.77 -
System Red Green Blue C M Y K H S L
Decimal 20 91 223 0.91 0.59 0 0.13 219.01 0.84 0.48
Hex 14 5B DF 5B 3B 0 D DB 54 30
Octal 24 133 337 133 73 0 15 333 124 60
Binary 10100 1011011 11011111 1011011 111011 0 1101 11011011 1010100 110000

Color Harmonies of #145BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145BDF

Black with #145BDF

Text Example


Text Example

White with #145BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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