Html Css Color HEX #145BDE Navy Blue

📋 copy color: '#145BDE'

red 20 ◦ green 91 ◦ blue 222

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

Shades of Navy Blue #145BDE

Tints of Navy Blue #145BDE

RGB

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

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

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

R = 6.01%
G = 27.33%
B = 66.67%

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

#145BDE (or 0x145BDE) is known color: Navy Blue. HEX triplet: 14, 5B and DE. RGB value is (20,91,222). Sum of RGB (Red+Green+Blue) = 20+91+222=333 (44% of max value = 765). Red value is 20 (8.20% from 255 or 6.01% from 333); Green value is 91 (35.94% from 255 or 27.33% from 333); Blue value is 222 (87.11% from 255 or 66.67% from 333); Max value from RGB is 222 - color contains mainly: blue. Hex color #145BDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145BDE is #EBA421. Grayscale: #545454. Windows color (decimal): -15442978 or 14572308. OLE color: 14572308.

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

Color convert

RGB 20 91 222 -
CMYK 0.91 0.59 0 0.13
HSL 218.91º 0.83% 0.47% -
HSV(B) 218.91º 0.91% 0.87% -
XYZ 17.21 12.9 70.69 -
YUV 84.71 205.48 81.85 -
System Red Green Blue C M Y K H S L
Decimal 20 91 222 0.91 0.59 0 0.13 218.91 0.83 0.47
Hex 14 5B DE 5B 3B 0 D DB 53 2F
Octal 24 133 336 133 73 0 15 333 123 57
Binary 10100 1011011 11011110 1011011 111011 0 1101 11011011 1010011 101111

Color Harmonies of #145BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145BDE

Black with #145BDE

Text Example


Text Example

White with #145BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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