Html Css Color HEX #13589D Endeavour

📋 copy color: '#13589D'

red 19 ◦ green 88 ◦ blue 157

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

Shades of Endeavour #13589D

Tints of Endeavour #13589D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.33%

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

R = 7.2%
G = 33.33%
B = 59.47%

CMYK

 C value IS 0.88

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#13589D (or 0x13589D) is known color: Endeavour. HEX triplet: 13, 58 and 9D. RGB value is (19,88,157). Sum of RGB (Red+Green+Blue) = 19+88+157=264 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.20% from 264); Green value is 88 (34.77% from 255 or 33.33% from 264); Blue value is 157 (61.72% from 255 or 59.47% from 264); Max value from RGB is 157 - color contains mainly: blue. Hex color #13589D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13589D is #ECA762. Grayscale: #4A4A4A. Windows color (decimal): -15509347 or 10311699. OLE color: 10311699.

HSL color Cylindrical-coordinate representation of color #13589D: hue angle of 210º 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 #13589D is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 19 88 157 -
CMYK 0.88 0.44 0 0.38
HSL 210º 0.78% 0.35% -
HSV(B) 210º 0.88% 0.62% -
XYZ 9.84 9.55 33.22 -
YUV 75.24 174.14 87.89 -
System Red Green Blue C M Y K H S L
Decimal 19 88 157 0.88 0.44 0 0.38 210 0.78 0.35
Hex 13 58 9D 58 2C 0 26 D2 4E 23
Octal 23 130 235 130 54 0 46 322 116 43
Binary 10011 1011000 10011101 1011000 101100 0 100110 11010010 1001110 100011

Color Harmonies of #13589D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13589D

Black with #13589D

Text Example


Text Example

White with #13589D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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