Html Css Color HEX #145BE4 Navy Blue

📋 copy color: '#145BE4'

red 20 ◦ green 91 ◦ blue 228

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

Shades of Navy Blue #145BE4

Tints of Navy Blue #145BE4

RGB

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

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

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

R = 5.9%
G = 26.84%
B = 67.26%

CMYK

 C value IS 0.91

 M value IS 0.60

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#145BE4 (or 0x145BE4) is known color: Navy Blue. HEX triplet: 14, 5B and E4. RGB value is (20,91,228). Sum of RGB (Red+Green+Blue) = 20+91+228=339 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.90% from 339); Green value is 91 (35.94% from 255 or 26.84% from 339); Blue value is 228 (89.45% from 255 or 67.26% from 339); Max value from RGB is 228 - color contains mainly: blue. Hex color #145BE4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145BE4 is #EBA41B. Grayscale: #545454. Windows color (decimal): -15442972 or 14965524. OLE color: 14965524.

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

Color convert

RGB 20 91 228 -
CMYK 0.91 0.60 0 0.11
HSL 219.52º 0.84% 0.49% -
HSV(B) 219.52º 0.91% 0.89% -
XYZ 18.03 13.23 75 -
YUV 85.39 208.48 81.36 -
System Red Green Blue C M Y K H S L
Decimal 20 91 228 0.91 0.60 0 0.11 219.52 0.84 0.49
Hex 14 5B E4 5B 3C 0 B DC 54 31
Octal 24 133 344 133 74 0 13 334 124 61
Binary 10100 1011011 11100100 1011011 111100 0 1011 11011100 1010100 110001

Color Harmonies of #145BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145BE4

Black with #145BE4

Text Example


Text Example

White with #145BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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