Html Css Color HEX #145391 Endeavour

📋 copy color: '#145391'

red 20 ◦ green 83 ◦ blue 145

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

Shades of Endeavour #145391

Tints of Endeavour #145391

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.47%

 BLUE value IS 145 (57.03% from 255) = 58.47%

R = 8.06%
G = 33.47%
B = 58.47%

CMYK

 C value IS 0.86

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#145391 (or 0x145391) is known color: Endeavour. HEX triplet: 14, 53 and 91. RGB value is (20,83,145). Sum of RGB (Red+Green+Blue) = 20+83+145=248 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.06% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 145 (57.03% from 255 or 58.47% from 248); Max value from RGB is 145 - color contains mainly: blue. Hex color #145391 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145391 is #EBAC6E. Grayscale: #464646. Windows color (decimal): -15445103 or 9523988. OLE color: 9523988.

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

Color convert

RGB 20 83 145 -
CMYK 0.86 0.43 0 0.43
HSL 209.76º 0.76% 0.32% -
HSV(B) 209.76º 0.86% 0.57% -
XYZ 8.49 8.38 27.96 -
YUV 71.23 169.63 91.46 -
System Red Green Blue C M Y K H S L
Decimal 20 83 145 0.86 0.43 0 0.43 209.76 0.76 0.32
Hex 14 53 91 56 2B 0 2B D2 4C 20
Octal 24 123 221 126 53 0 53 322 114 40
Binary 10100 1010011 10010001 1010110 101011 0 101011 11010010 1001100 100000

Color Harmonies of #145391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145391

Black with #145391

Text Example


Text Example

White with #145391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145391; }

 p { color: rgb(20,83,145); }

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

background-color css

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

 a { background-color: rgb(20,83,145); }

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

border-color css

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

 span { border-color: rgb(20,83,145); }

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