Html Css Color HEX #145AE7 Navy Blue

📋 copy color: '#145AE7'

red 20 ◦ green 90 ◦ blue 231

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

Shades of Navy Blue #145AE7

Tints of Navy Blue #145AE7

RGB

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

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

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

R = 5.87%
G = 26.39%
B = 67.74%

CMYK

 C value IS 0.91

 M value IS 0.61

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#145AE7 (or 0x145AE7) is known color: Navy Blue. HEX triplet: 14, 5A and E7. RGB value is (20,90,231). Sum of RGB (Red+Green+Blue) = 20+90+231=341 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.87% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 231 (90.62% from 255 or 67.74% from 341); Max value from RGB is 231 - color contains mainly: blue. Hex color #145AE7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #145AE7 is #EBA518. Grayscale: #545454. Windows color (decimal): -15443225 or 15161876. OLE color: 15161876.

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

Color convert

RGB 20 90 231 -
CMYK 0.91 0.61 0 0.09
HSL 220.09º 0.84% 0.49% -
HSV(B) 220.09º 0.91% 0.91% -
XYZ 18.37 13.23 77.19 -
YUV 85.14 210.31 81.54 -
System Red Green Blue C M Y K H S L
Decimal 20 90 231 0.91 0.61 0 0.09 220.09 0.84 0.49
Hex 14 5A E7 5B 3D 0 9 DC 54 31
Octal 24 132 347 133 75 0 11 334 124 61
Binary 10100 1011010 11100111 1011011 111101 0 1001 11011100 1010100 110001

Color Harmonies of #145AE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145AE7

Black with #145AE7

Text Example


Text Example

White with #145AE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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