Html Css Color HEX #145E92 Endeavour

📋 copy color: '#145E92'

red 20 ◦ green 94 ◦ blue 146

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

Shades of Endeavour #145E92

Tints of Endeavour #145E92

RGB

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

 GREEN value IS 94 (37.11% from 255) = 36.15%

 BLUE value IS 146 (57.42% from 255) = 56.15%

R = 7.69%
G = 36.15%
B = 56.15%

CMYK

 C value IS 0.86

 M value IS 0.36

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#145E92 (or 0x145E92) is known color: Endeavour. HEX triplet: 14, 5E and 92. RGB value is (20,94,146). Sum of RGB (Red+Green+Blue) = 20+94+146=260 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.69% from 260); Green value is 94 (37.11% from 255 or 36.15% from 260); Blue value is 146 (57.42% from 255 or 56.15% from 260); Max value from RGB is 146 - color contains mainly: blue. Hex color #145E92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145E92 is #EBA16D. Grayscale: #4D4D4D. Windows color (decimal): -15442286 or 9592340. OLE color: 9592340.

HSL color Cylindrical-coordinate representation of color #145E92: hue angle of 204.76º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #145E92 is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 94 146 -
CMYK 0.86 0.36 0 0.43
HSL 204.76º 0.76% 0.33% -
HSV(B) 204.76º 0.86% 0.57% -
XYZ 9.48 10.23 28.67 -
YUV 77.8 166.48 86.77 -
System Red Green Blue C M Y K H S L
Decimal 20 94 146 0.86 0.36 0 0.43 204.76 0.76 0.33
Hex 14 5E 92 56 24 0 2B CD 4C 21
Octal 24 136 222 126 44 0 53 315 114 41
Binary 10100 1011110 10010010 1010110 100100 0 101011 11001101 1001100 100001

Color Harmonies of #145E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145E92

Black with #145E92

Text Example


Text Example

White with #145E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,94,146); }

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

background-color css

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

 a { background-color: rgb(20,94,146); }

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

border-color css

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

 span { border-color: rgb(20,94,146); }

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