Html Css Color HEX #135491 Endeavour

📋 copy color: '#135491'

red 19 ◦ green 84 ◦ blue 145

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

Shades of Endeavour #135491

Tints of Endeavour #135491

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.87%

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

R = 7.66%
G = 33.87%
B = 58.47%

CMYK

 C value IS 0.87

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#135491 (or 0x135491) is known color: Endeavour. HEX triplet: 13, 54 and 91. RGB value is (19,84,145). Sum of RGB (Red+Green+Blue) = 19+84+145=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 84 (33.20% from 255 or 33.87% 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 #135491 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135491 is #ECAB6E. Grayscale: #474747. Windows color (decimal): -15510383 or 9524243. OLE color: 9524243.

HSL color Cylindrical-coordinate representation of color #135491: hue angle of 209.05º 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 #135491 is Cyan = 0.87, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 19 84 145 -
CMYK 0.87 0.42 0 0.43
HSL 209.05º 0.77% 0.32% -
HSV(B) 209.05º 0.87% 0.57% -
XYZ 8.55 8.52 27.98 -
YUV 71.52 169.47 90.54 -
System Red Green Blue C M Y K H S L
Decimal 19 84 145 0.87 0.42 0 0.43 209.05 0.77 0.32
Hex 13 54 91 57 2A 0 2B D1 4D 20
Octal 23 124 221 127 52 0 53 321 115 40
Binary 10011 1010100 10010001 1010111 101010 0 101011 11010001 1001101 100000

Color Harmonies of #135491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135491

Black with #135491

Text Example


Text Example

White with #135491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135491; }

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

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

background-color css

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

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

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

border-color css

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

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

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