Html Css Color HEX #135899 Endeavour

📋 copy color: '#135899'

red 19 ◦ green 88 ◦ blue 153

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

Shades of Endeavour #135899

Tints of Endeavour #135899

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.85%

 BLUE value IS 153 (60.16% from 255) = 58.85%

R = 7.31%
G = 33.85%
B = 58.85%

CMYK

 C value IS 0.88

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#135899 (or 0x135899) is known color: Endeavour. HEX triplet: 13, 58 and 99. RGB value is (19,88,153). Sum of RGB (Red+Green+Blue) = 19+88+153=260 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.31% from 260); Green value is 88 (34.77% from 255 or 33.85% from 260); Blue value is 153 (60.16% from 255 or 58.85% from 260); Max value from RGB is 153 - color contains mainly: blue. Hex color #135899 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135899 is #ECA766. Grayscale: #4A4A4A. Windows color (decimal): -15509351 or 10049555. OLE color: 10049555.

HSL color Cylindrical-coordinate representation of color #135899: hue angle of 209.1º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #135899 is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 19 88 153 -
CMYK 0.88 0.42 0 0.4
HSL 209.1º 0.78% 0.34% -
HSV(B) 209.1º 0.88% 0.6% -
XYZ 9.51 9.42 31.45 -
YUV 74.78 172.14 88.21 -
System Red Green Blue C M Y K H S L
Decimal 19 88 153 0.88 0.42 0 0.4 209.1 0.78 0.34
Hex 13 58 99 58 2A 0 28 D1 4E 22
Octal 23 130 231 130 52 0 50 321 116 42
Binary 10011 1011000 10011001 1011000 101010 0 101000 11010001 1001110 100010

Color Harmonies of #135899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135899

Black with #135899

Text Example


Text Example

White with #135899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135899; }

 p { color: rgb(19,88,153); }

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

background-color css

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

 a { background-color: rgb(19,88,153); }

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

border-color css

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

 span { border-color: rgb(19,88,153); }

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