Html Css Color HEX #135D99 Endeavour

📋 copy color: '#135D99'

red 19 ◦ green 93 ◦ blue 153

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

Shades of Endeavour #135D99

Tints of Endeavour #135D99

RGB

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

 GREEN value IS 93 (36.72% from 255) = 35.09%

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

R = 7.17%
G = 35.09%
B = 57.74%

CMYK

 C value IS 0.88

 M value IS 0.39

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#135D99 (or 0x135D99) is known color: Endeavour. HEX triplet: 13, 5D and 99. RGB value is (19,93,153). Sum of RGB (Red+Green+Blue) = 19+93+153=265 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.17% from 265); Green value is 93 (36.72% from 255 or 35.09% from 265); Blue value is 153 (60.16% from 255 or 57.74% from 265); Max value from RGB is 153 - color contains mainly: blue. Hex color #135D99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135D99 is #ECA266. Grayscale: #4D4D4D. Windows color (decimal): -15508071 or 10050835. OLE color: 10050835.

HSL color Cylindrical-coordinate representation of color #135D99: hue angle of 206.87º 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 #135D99 is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 19 93 153 -
CMYK 0.88 0.39 0 0.4
HSL 206.87º 0.78% 0.34% -
HSV(B) 206.87º 0.88% 0.6% -
XYZ 9.93 10.27 31.6 -
YUV 77.71 170.48 86.12 -
System Red Green Blue C M Y K H S L
Decimal 19 93 153 0.88 0.39 0 0.4 206.87 0.78 0.34
Hex 13 5D 99 58 27 0 28 CF 4E 22
Octal 23 135 231 130 47 0 50 317 116 42
Binary 10011 1011101 10011001 1011000 100111 0 101000 11001111 1001110 100010

Color Harmonies of #135D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135D99

Black with #135D99

Text Example


Text Example

White with #135D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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