Html Css Color HEX #145EE1 Navy Blue

📋 copy color: '#145EE1'

red 20 ◦ green 94 ◦ blue 225

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

Shades of Navy Blue #145EE1

Tints of Navy Blue #145EE1

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.73%

 BLUE value IS 225 (88.28% from 255) = 66.37%

R = 5.9%
G = 27.73%
B = 66.37%

CMYK

 C value IS 0.91

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#145EE1 (or 0x145EE1) is known color: Navy Blue. HEX triplet: 14, 5E and E1. RGB value is (20,94,225). Sum of RGB (Red+Green+Blue) = 20+94+225=339 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.90% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 225 (88.28% from 255 or 66.37% from 339); Max value from RGB is 225 - color contains mainly: blue. Hex color #145EE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145EE1 is #EBA11E. Grayscale: #565656. Windows color (decimal): -15442207 or 14769684. OLE color: 14769684.

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

Color convert

RGB 20 94 225 -
CMYK 0.91 0.58 0 0.12
HSL 218.34º 0.84% 0.48% -
HSV(B) 218.34º 0.91% 0.88% -
XYZ 17.88 13.59 72.91 -
YUV 86.81 205.98 80.35 -
System Red Green Blue C M Y K H S L
Decimal 20 94 225 0.91 0.58 0 0.12 218.34 0.84 0.48
Hex 14 5E E1 5B 3A 0 C DA 54 30
Octal 24 136 341 133 72 0 14 332 124 60
Binary 10100 1011110 11100001 1011011 111010 0 1100 11011010 1010100 110000

Color Harmonies of #145EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145EE1

Black with #145EE1

Text Example


Text Example

White with #145EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,94,225); }

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

background-color css

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

 a { background-color: rgb(20,94,225); }

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

border-color css

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

 span { border-color: rgb(20,94,225); }

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