Html Css Color HEX #135191 Endeavour

📋 copy color: '#135191'

red 19 ◦ green 81 ◦ blue 145

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

Shades of Endeavour #135191

Tints of Endeavour #135191

RGB

 RED value IS 19 (7.81% from 255) = 7.76%

 GREEN value IS 81 (32.03% from 255) = 33.06%

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

R = 7.76%
G = 33.06%
B = 59.18%

CMYK

 C value IS 0.87

 M value IS 0.44

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#135191 (or 0x135191) is known color: Endeavour. HEX triplet: 13, 51 and 91. RGB value is (19,81,145). Sum of RGB (Red+Green+Blue) = 19+81+145=245 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.76% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 145 (57.03% from 255 or 59.18% from 245); Max value from RGB is 145 - color contains mainly: blue. Hex color #135191 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135191 is #ECAE6E. Grayscale: #454545. Windows color (decimal): -15511151 or 9523475. OLE color: 9523475.

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

Color convert

RGB 19 81 145 -
CMYK 0.87 0.44 0 0.43
HSL 210.48º 0.77% 0.32% -
HSV(B) 210.48º 0.87% 0.57% -
XYZ 8.32 8.07 27.91 -
YUV 69.76 170.46 91.8 -
System Red Green Blue C M Y K H S L
Decimal 19 81 145 0.87 0.44 0 0.43 210.48 0.77 0.32
Hex 13 51 91 57 2C 0 2B D2 4D 20
Octal 23 121 221 127 54 0 53 322 115 40
Binary 10011 1010001 10010001 1010111 101100 0 101011 11010010 1001101 100000

Color Harmonies of #135191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135191

Black with #135191

Text Example


Text Example

White with #135191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135191; }

 p { color: rgb(19,81,145); }

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

background-color css

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

 a { background-color: rgb(19,81,145); }

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

border-color css

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

 span { border-color: rgb(19,81,145); }

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