Html Css Color HEX #13599A Endeavour

📋 copy color: '#13599A'

red 19 ◦ green 89 ◦ blue 154

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

Shades of Endeavour #13599A

Tints of Endeavour #13599A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 58.78%

R = 7.25%
G = 33.97%
B = 58.78%

CMYK

 C value IS 0.88

 M value IS 0.42

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#13599A (or 0x13599A) is known color: Endeavour. HEX triplet: 13, 59 and 9A. RGB value is (19,89,154). Sum of RGB (Red+Green+Blue) = 19+89+154=262 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.25% from 262); Green value is 89 (35.16% from 255 or 33.97% from 262); Blue value is 154 (60.55% from 255 or 58.78% from 262); Max value from RGB is 154 - color contains mainly: blue. Hex color #13599A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13599A is #ECA665. Grayscale: #4B4B4B. Windows color (decimal): -15509094 or 10115347. OLE color: 10115347.

HSL color Cylindrical-coordinate representation of color #13599A: hue angle of 208.89º 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 #13599A is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 19 89 154 -
CMYK 0.88 0.42 0 0.40
HSL 208.89º 0.78% 0.34% -
HSV(B) 208.89º 0.88% 0.6% -
XYZ 9.67 9.62 31.92 -
YUV 75.48 172.31 87.71 -
System Red Green Blue C M Y K H S L
Decimal 19 89 154 0.88 0.42 0 0.40 208.89 0.78 0.34
Hex 13 59 9A 58 2A 0 28 D1 4E 22
Octal 23 131 232 130 52 0 50 321 116 42
Binary 10011 1011001 10011010 1011000 101010 0 101000 11010001 1001110 100010

Color Harmonies of #13599A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13599A

Black with #13599A

Text Example


Text Example

White with #13599A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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