Html Css Color HEX #135391 Endeavour

📋 copy color: '#135391'

red 19 ◦ green 83 ◦ blue 145

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

Shades of Endeavour #135391

Tints of Endeavour #135391

RGB

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

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

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

R = 7.69%
G = 33.6%
B = 58.7%

CMYK

 C value IS 0.87

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#135391 (or 0x135391) is known color: Endeavour. HEX triplet: 13, 53 and 91. RGB value is (19,83,145). Sum of RGB (Red+Green+Blue) = 19+83+145=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 83 (32.81% from 255 or 33.60% from 247); Blue value is 145 (57.03% from 255 or 58.70% from 247); Max value from RGB is 145 - color contains mainly: blue. Hex color #135391 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135391 is #ECAC6E. Grayscale: #464646. Windows color (decimal): -15510639 or 9523987. OLE color: 9523987.

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

Color convert

RGB 19 83 145 -
CMYK 0.87 0.43 0 0.43
HSL 209.52º 0.77% 0.32% -
HSV(B) 209.52º 0.87% 0.57% -
XYZ 8.47 8.37 27.96 -
YUV 70.93 169.8 90.96 -
System Red Green Blue C M Y K H S L
Decimal 19 83 145 0.87 0.43 0 0.43 209.52 0.77 0.32
Hex 13 53 91 57 2B 0 2B D2 4D 20
Octal 23 123 221 127 53 0 53 322 115 40
Binary 10011 1010011 10010001 1010111 101011 0 101011 11010010 1001101 100000

Color Harmonies of #135391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135391

Black with #135391

Text Example


Text Example

White with #135391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135391; }

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

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

background-color css

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

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

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

border-color css

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

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

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