Html Css Color HEX #13559A Endeavour

📋 copy color: '#13559A'

red 19 ◦ green 85 ◦ blue 154

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

Shades of Endeavour #13559A

Tints of Endeavour #13559A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.95%

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

R = 7.36%
G = 32.95%
B = 59.69%

CMYK

 C value IS 0.88

 M value IS 0.45

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#13559A (or 0x13559A) is known color: Endeavour. HEX triplet: 13, 55 and 9A. RGB value is (19,85,154). Sum of RGB (Red+Green+Blue) = 19+85+154=258 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.36% from 258); Green value is 85 (33.59% from 255 or 32.95% from 258); Blue value is 154 (60.55% from 255 or 59.69% from 258); Max value from RGB is 154 - color contains mainly: blue. Hex color #13559A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13559A is #ECAA65. Grayscale: #484848. Windows color (decimal): -15510118 or 10114323. OLE color: 10114323.

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

Color convert

RGB 19 85 154 -
CMYK 0.88 0.45 0 0.40
HSL 210.67º 0.78% 0.34% -
HSV(B) 210.67º 0.88% 0.6% -
XYZ 9.35 8.97 31.81 -
YUV 73.13 173.63 89.39 -
System Red Green Blue C M Y K H S L
Decimal 19 85 154 0.88 0.45 0 0.40 210.67 0.78 0.34
Hex 13 55 9A 58 2D 0 28 D3 4E 22
Octal 23 125 232 130 55 0 50 323 116 42
Binary 10011 1010101 10011010 1011000 101101 0 101000 11010011 1001110 100010

Color Harmonies of #13559A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13559A

Black with #13559A

Text Example


Text Example

White with #13559A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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