Html Css Color HEX #135691 Endeavour

📋 copy color: '#135691'

red 19 ◦ green 86 ◦ blue 145

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

Shades of Endeavour #135691

Tints of Endeavour #135691

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.4%

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

R = 7.6%
G = 34.4%
B = 58%

CMYK

 C value IS 0.87

 M value IS 0.41

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#135691 (or 0x135691) is known color: Endeavour. HEX triplet: 13, 56 and 91. RGB value is (19,86,145). Sum of RGB (Red+Green+Blue) = 19+86+145=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 86 (33.98% from 255 or 34.4% from 250); Blue value is 145 (57.03% from 255 or 58% from 250); Max value from RGB is 145 - color contains mainly: blue. Hex color #135691 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135691 is #ECA96E. Grayscale: #484848. Windows color (decimal): -15509871 or 9524755. OLE color: 9524755.

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

Color convert

RGB 19 86 145 -
CMYK 0.87 0.41 0 0.43
HSL 208.1º 0.77% 0.32% -
HSV(B) 208.1º 0.87% 0.57% -
XYZ 8.71 8.84 28.04 -
YUV 72.69 168.8 89.7 -
System Red Green Blue C M Y K H S L
Decimal 19 86 145 0.87 0.41 0 0.43 208.1 0.77 0.32
Hex 13 56 91 57 29 0 2B D0 4D 20
Octal 23 126 221 127 51 0 53 320 115 40
Binary 10011 1010110 10010001 1010111 101001 0 101011 11010000 1001101 100000

Color Harmonies of #135691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135691

Black with #135691

Text Example


Text Example

White with #135691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135691; }

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

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

background-color css

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

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

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

border-color css

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

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

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