Html Css Color HEX #145CE4 Navy Blue

📋 copy color: '#145CE4'

red 20 ◦ green 92 ◦ blue 228

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

Shades of Navy Blue #145CE4

Tints of Navy Blue #145CE4

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.06%

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

R = 5.88%
G = 27.06%
B = 67.06%

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

#145CE4 (or 0x145CE4) is known color: Navy Blue. HEX triplet: 14, 5C and E4. RGB value is (20,92,228). Sum of RGB (Red+Green+Blue) = 20+92+228=340 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.88% from 340); Green value is 92 (36.33% from 255 or 27.06% from 340); Blue value is 228 (89.45% from 255 or 67.06% from 340); Max value from RGB is 228 - color contains mainly: blue. Hex color #145CE4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145CE4 is #EBA31B. Grayscale: #555555. Windows color (decimal): -15442716 or 14965780. OLE color: 14965780.

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

Color convert

RGB 20 92 228 -
CMYK 0.91 0.60 0 0.11
HSL 219.23º 0.84% 0.49% -
HSV(B) 219.23º 0.91% 0.89% -
XYZ 18.12 13.4 75.03 -
YUV 85.98 208.15 80.94 -
System Red Green Blue C M Y K H S L
Decimal 20 92 228 0.91 0.60 0 0.11 219.23 0.84 0.49
Hex 14 5C E4 5B 3C 0 B DB 54 31
Octal 24 134 344 133 74 0 13 333 124 61
Binary 10100 1011100 11100100 1011011 111100 0 1011 11011011 1010100 110001

Color Harmonies of #145CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145CE4

Black with #145CE4

Text Example


Text Example

White with #145CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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