Html Css Color HEX #13599C Endeavour

📋 copy color: '#13599C'

red 19 ◦ green 89 ◦ blue 156

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

Shades of Endeavour #13599C

Tints of Endeavour #13599C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 59.09%

R = 7.2%
G = 33.71%
B = 59.09%

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

#13599C (or 0x13599C) is known color: Endeavour. HEX triplet: 13, 59 and 9C. RGB value is (19,89,156). Sum of RGB (Red+Green+Blue) = 19+89+156=264 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.20% from 264); Green value is 89 (35.16% from 255 or 33.71% from 264); Blue value is 156 (61.33% from 255 or 59.09% from 264); Max value from RGB is 156 - color contains mainly: blue. Hex color #13599C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13599C is #ECA663. Grayscale: #4B4B4B. Windows color (decimal): -15509092 or 10246419. OLE color: 10246419.

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

Color convert

RGB 19 89 156 -
CMYK 0.88 0.43 0 0.39
HSL 209.34º 0.78% 0.34% -
HSV(B) 209.34º 0.88% 0.61% -
XYZ 9.84 9.68 32.8 -
YUV 75.71 173.31 87.55 -
System Red Green Blue C M Y K H S L
Decimal 19 89 156 0.88 0.43 0 0.39 209.34 0.78 0.34
Hex 13 59 9C 58 2B 0 27 D1 4E 22
Octal 23 131 234 130 53 0 47 321 116 42
Binary 10011 1011001 10011100 1011000 101011 0 100111 11010001 1001110 100010

Color Harmonies of #13599C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13599C

Black with #13599C

Text Example


Text Example

White with #13599C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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