Html Css Color HEX #145C8F Endeavour

📋 copy color: '#145C8F'

red 20 ◦ green 92 ◦ blue 143

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

Shades of Endeavour #145C8F

Tints of Endeavour #145C8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 56.08%

R = 7.84%
G = 36.08%
B = 56.08%

CMYK

 C value IS 0.86

 M value IS 0.36

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#145C8F (or 0x145C8F) is known color: Endeavour. HEX triplet: 14, 5C and 8F. RGB value is (20,92,143). Sum of RGB (Red+Green+Blue) = 20+92+143=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 92 (36.33% from 255 or 36.08% from 255); Blue value is 143 (56.25% from 255 or 56.08% from 255); Max value from RGB is 143 - color contains mainly: blue. Hex color #145C8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145C8F is #EBA370. Grayscale: #4C4C4C. Windows color (decimal): -15442801 or 9395220. OLE color: 9395220.

HSL color Cylindrical-coordinate representation of color #145C8F: hue angle of 204.88º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #145C8F is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 20 92 143 -
CMYK 0.86 0.36 0 0.44
HSL 204.88º 0.75% 0.32% -
HSV(B) 204.88º 0.86% 0.56% -
XYZ 9.07 9.79 27.4 -
YUV 76.29 165.65 87.85 -
System Red Green Blue C M Y K H S L
Decimal 20 92 143 0.86 0.36 0 0.44 204.88 0.75 0.32
Hex 14 5C 8F 56 24 0 2C CD 4B 20
Octal 24 134 217 126 44 0 54 315 113 40
Binary 10100 1011100 10001111 1010110 100100 0 101100 11001101 1001011 100000

Color Harmonies of #145C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145C8F

Black with #145C8F

Text Example


Text Example

White with #145C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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