Html Css Color HEX #145CE3 Navy Blue

📋 copy color: '#145CE3'

red 20 ◦ green 92 ◦ blue 227

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

Shades of Navy Blue #145CE3

Tints of Navy Blue #145CE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 66.96%

R = 5.9%
G = 27.14%
B = 66.96%

CMYK

 C value IS 0.91

 M value IS 0.59

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#145CE3 (or 0x145CE3) is known color: Navy Blue. HEX triplet: 14, 5C and E3. RGB value is (20,92,227). Sum of RGB (Red+Green+Blue) = 20+92+227=339 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.90% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 227 (89.06% from 255 or 66.96% from 339); Max value from RGB is 227 - color contains mainly: blue. Hex color #145CE3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145CE3 is #EBA31C. Grayscale: #555555. Windows color (decimal): -15442717 or 14900244. OLE color: 14900244.

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

Color convert

RGB 20 92 227 -
CMYK 0.91 0.59 0 0.11
HSL 219.13º 0.84% 0.48% -
HSV(B) 219.13º 0.91% 0.89% -
XYZ 17.98 13.35 74.3 -
YUV 85.86 207.65 81.02 -
System Red Green Blue C M Y K H S L
Decimal 20 92 227 0.91 0.59 0 0.11 219.13 0.84 0.48
Hex 14 5C E3 5B 3B 0 B DB 54 30
Octal 24 134 343 133 73 0 13 333 124 60
Binary 10100 1011100 11100011 1011011 111011 0 1011 11011011 1010100 110000

Color Harmonies of #145CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145CE3

Black with #145CE3

Text Example


Text Example

White with #145CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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