Html Css Color HEX #145EE7 Navy Blue

📋 copy color: '#145EE7'

red 20 ◦ green 94 ◦ blue 231

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

Shades of Navy Blue #145EE7

Tints of Navy Blue #145EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 66.96%

R = 5.8%
G = 27.25%
B = 66.96%

CMYK

 C value IS 0.91

 M value IS 0.59

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#145EE7 (or 0x145EE7) is known color: Navy Blue. HEX triplet: 14, 5E and E7. RGB value is (20,94,231). Sum of RGB (Red+Green+Blue) = 20+94+231=345 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.80% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 231 (90.62% from 255 or 66.96% from 345); Max value from RGB is 231 - color contains mainly: blue. Hex color #145EE7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #145EE7 is #EBA118. Grayscale: #565656. Windows color (decimal): -15442201 or 15162900. OLE color: 15162900.

HSL color Cylindrical-coordinate representation of color #145EE7: hue angle of 218.96º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #145EE7 is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 20 94 231 -
CMYK 0.91 0.59 0 0.09
HSL 218.96º 0.84% 0.49% -
HSV(B) 218.96º 0.91% 0.91% -
XYZ 18.72 13.92 77.3 -
YUV 87.49 208.98 79.86 -
System Red Green Blue C M Y K H S L
Decimal 20 94 231 0.91 0.59 0 0.09 218.96 0.84 0.49
Hex 14 5E E7 5B 3B 0 9 DB 54 31
Octal 24 136 347 133 73 0 11 333 124 61
Binary 10100 1011110 11100111 1011011 111011 0 1001 11011011 1010100 110001

Color Harmonies of #145EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145EE7

Black with #145EE7

Text Example


Text Example

White with #145EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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