Html Css Color HEX #135995 Endeavour

📋 copy color: '#135995'

red 19 ◦ green 89 ◦ blue 149

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

Shades of Endeavour #135995

Tints of Endeavour #135995

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.63%

 BLUE value IS 149 (58.59% from 255) = 57.98%

R = 7.39%
G = 34.63%
B = 57.98%

CMYK

 C value IS 0.87

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#135995 (or 0x135995) is known color: Endeavour. HEX triplet: 13, 59 and 95. RGB value is (19,89,149). Sum of RGB (Red+Green+Blue) = 19+89+149=257 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.39% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 149 (58.59% from 255 or 57.98% from 257); Max value from RGB is 149 - color contains mainly: blue. Hex color #135995 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135995 is #ECA66A. Grayscale: #4A4A4A. Windows color (decimal): -15509099 or 9787667. OLE color: 9787667.

HSL color Cylindrical-coordinate representation of color #135995: hue angle of 207.69º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #135995 is Cyan = 0.87, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 89 149 -
CMYK 0.87 0.40 0 0.42
HSL 207.69º 0.77% 0.33% -
HSV(B) 207.69º 0.87% 0.58% -
XYZ 9.27 9.45 29.77 -
YUV 74.91 169.81 88.12 -
System Red Green Blue C M Y K H S L
Decimal 19 89 149 0.87 0.40 0 0.42 207.69 0.77 0.33
Hex 13 59 95 57 28 0 2A D0 4D 21
Octal 23 131 225 127 50 0 52 320 115 41
Binary 10011 1011001 10010101 1010111 101000 0 101010 11010000 1001101 100001

Color Harmonies of #135995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135995

Black with #135995

Text Example


Text Example

White with #135995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135995; }

 p { color: rgb(19,89,149); }

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

background-color css

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

 a { background-color: rgb(19,89,149); }

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

border-color css

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

 span { border-color: rgb(19,89,149); }

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