Html Css Color HEX #145AE4 Navy Blue

📋 copy color: '#145AE4'

red 20 ◦ green 90 ◦ blue 228

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

Shades of Navy Blue #145AE4

Tints of Navy Blue #145AE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 67.46%

R = 5.92%
G = 26.63%
B = 67.46%

CMYK

 C value IS 0.91

 M value IS 0.61

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#145AE4 (or 0x145AE4) is known color: Navy Blue. HEX triplet: 14, 5A and E4. RGB value is (20,90,228). Sum of RGB (Red+Green+Blue) = 20+90+228=338 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.92% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 228 (89.45% from 255 or 67.46% from 338); Max value from RGB is 228 - color contains mainly: blue. Hex color #145AE4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145AE4 is #EBA51B. Grayscale: #545454. Windows color (decimal): -15443228 or 14965268. OLE color: 14965268.

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

Color convert

RGB 20 90 228 -
CMYK 0.91 0.61 0 0.11
HSL 219.81º 0.84% 0.49% -
HSV(B) 219.81º 0.91% 0.89% -
XYZ 17.95 13.06 74.97 -
YUV 84.8 208.81 81.78 -
System Red Green Blue C M Y K H S L
Decimal 20 90 228 0.91 0.61 0 0.11 219.81 0.84 0.49
Hex 14 5A E4 5B 3D 0 B DC 54 31
Octal 24 132 344 133 75 0 13 334 124 61
Binary 10100 1011010 11100100 1011011 111101 0 1011 11011100 1010100 110001

Color Harmonies of #145AE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145AE4

Black with #145AE4

Text Example


Text Example

White with #145AE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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