Html Css Color HEX #145893 Endeavour

📋 copy color: '#145893'

red 20 ◦ green 88 ◦ blue 147

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

Shades of Endeavour #145893

Tints of Endeavour #145893

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.51%

 BLUE value IS 147 (57.81% from 255) = 57.65%

R = 7.84%
G = 34.51%
B = 57.65%

CMYK

 C value IS 0.86

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#145893 (or 0x145893) is known color: Endeavour. HEX triplet: 14, 58 and 93. RGB value is (20,88,147). Sum of RGB (Red+Green+Blue) = 20+88+147=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 88 (34.77% from 255 or 34.51% from 255); Blue value is 147 (57.81% from 255 or 57.65% from 255); Max value from RGB is 147 - color contains mainly: blue. Hex color #145893 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145893 is #EBA76C. Grayscale: #4A4A4A. Windows color (decimal): -15443821 or 9656340. OLE color: 9656340.

HSL color Cylindrical-coordinate representation of color #145893: hue angle of 207.87º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #145893 is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 88 147 -
CMYK 0.86 0.40 0 0.42
HSL 207.87º 0.76% 0.33% -
HSV(B) 207.87º 0.86% 0.58% -
XYZ 9.04 9.23 28.91 -
YUV 74.39 168.97 89.2 -
System Red Green Blue C M Y K H S L
Decimal 20 88 147 0.86 0.40 0 0.42 207.87 0.76 0.33
Hex 14 58 93 56 28 0 2A D0 4C 21
Octal 24 130 223 126 50 0 52 320 114 41
Binary 10100 1011000 10010011 1010110 101000 0 101010 11010000 1001100 100001

Color Harmonies of #145893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145893

Black with #145893

Text Example


Text Example

White with #145893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145893; }

 p { color: rgb(20,88,147); }

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

background-color css

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

 a { background-color: rgb(20,88,147); }

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

border-color css

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

 span { border-color: rgb(20,88,147); }

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