Html Css Color HEX #13599B Endeavour

📋 copy color: '#13599B'

red 19 ◦ green 89 ◦ blue 155

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

Shades of Endeavour #13599B

Tints of Endeavour #13599B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 58.94%

R = 7.22%
G = 33.84%
B = 58.94%

CMYK

 C value IS 0.88

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#13599B (or 0x13599B) is known color: Endeavour. HEX triplet: 13, 59 and 9B. RGB value is (19,89,155). Sum of RGB (Red+Green+Blue) = 19+89+155=263 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.22% from 263); Green value is 89 (35.16% from 255 or 33.84% from 263); Blue value is 155 (60.94% from 255 or 58.94% from 263); Max value from RGB is 155 - color contains mainly: blue. Hex color #13599B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13599B is #ECA664. Grayscale: #4B4B4B. Windows color (decimal): -15509093 or 10180883. OLE color: 10180883.

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

Color convert

RGB 19 89 155 -
CMYK 0.88 0.43 0 0.39
HSL 209.12º 0.78% 0.34% -
HSV(B) 209.12º 0.88% 0.61% -
XYZ 9.76 9.65 32.36 -
YUV 75.59 172.81 87.63 -
System Red Green Blue C M Y K H S L
Decimal 19 89 155 0.88 0.43 0 0.39 209.12 0.78 0.34
Hex 13 59 9B 58 2B 0 27 D1 4E 22
Octal 23 131 233 130 53 0 47 321 116 42
Binary 10011 1011001 10011011 1011000 101011 0 100111 11010001 1001110 100010

Color Harmonies of #13599B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13599B

Black with #13599B

Text Example


Text Example

White with #13599B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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