Html Css Color HEX #13599D Endeavour

📋 copy color: '#13599D'

red 19 ◦ green 89 ◦ blue 157

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

Shades of Endeavour #13599D

Tints of Endeavour #13599D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 59.25%

R = 7.17%
G = 33.58%
B = 59.25%

CMYK

 C value IS 0.88

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#13599D (or 0x13599D) is known color: Endeavour. HEX triplet: 13, 59 and 9D. RGB value is (19,89,157). Sum of RGB (Red+Green+Blue) = 19+89+157=265 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.17% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 157 (61.72% from 255 or 59.25% from 265); Max value from RGB is 157 - color contains mainly: blue. Hex color #13599D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13599D is #ECA662. Grayscale: #4B4B4B. Windows color (decimal): -15509091 or 10311955. OLE color: 10311955.

HSL color Cylindrical-coordinate representation of color #13599D: hue angle of 209.57º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13599D is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 19 89 157 -
CMYK 0.88 0.43 0 0.38
HSL 209.57º 0.78% 0.35% -
HSV(B) 209.57º 0.88% 0.62% -
XYZ 9.93 9.72 33.25 -
YUV 75.82 173.81 87.47 -
System Red Green Blue C M Y K H S L
Decimal 19 89 157 0.88 0.43 0 0.38 209.57 0.78 0.35
Hex 13 59 9D 58 2B 0 26 D2 4E 23
Octal 23 131 235 130 53 0 46 322 116 43
Binary 10011 1011001 10011101 1011000 101011 0 100110 11010010 1001110 100011

Color Harmonies of #13599D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13599D

Black with #13599D

Text Example


Text Example

White with #13599D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13599D; }

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

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

background-color css

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

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

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

border-color css

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

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

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