Html Css Color HEX #135897 Endeavour

📋 copy color: '#135897'

red 19 ◦ green 88 ◦ blue 151

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

Shades of Endeavour #135897

Tints of Endeavour #135897

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 58.53%

R = 7.36%
G = 34.11%
B = 58.53%

CMYK

 C value IS 0.87

 M value IS 0.42

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#135897 (or 0x135897) is known color: Endeavour. HEX triplet: 13, 58 and 97. RGB value is (19,88,151). Sum of RGB (Red+Green+Blue) = 19+88+151=258 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.36% from 258); Green value is 88 (34.77% from 255 or 34.11% from 258); Blue value is 151 (59.38% from 255 or 58.53% from 258); Max value from RGB is 151 - color contains mainly: blue. Hex color #135897 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135897 is #ECA768. Grayscale: #4A4A4A. Windows color (decimal): -15509353 or 9918483. OLE color: 9918483.

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

Color convert

RGB 19 88 151 -
CMYK 0.87 0.42 0 0.41
HSL 208.64º 0.78% 0.33% -
HSV(B) 208.64º 0.87% 0.59% -
XYZ 9.34 9.35 30.59 -
YUV 74.55 171.14 88.38 -
System Red Green Blue C M Y K H S L
Decimal 19 88 151 0.87 0.42 0 0.41 208.64 0.78 0.33
Hex 13 58 97 57 2A 0 29 D1 4E 21
Octal 23 130 227 127 52 0 51 321 116 41
Binary 10011 1011000 10010111 1010111 101010 0 101001 11010001 1001110 100001

Color Harmonies of #135897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135897

Black with #135897

Text Example


Text Example

White with #135897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135897; }

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

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

background-color css

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

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

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

border-color css

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

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

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