Html Css Color HEX #13569C Endeavour

📋 copy color: '#13569C'

red 19 ◦ green 86 ◦ blue 156

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

Shades of Endeavour #13569C

Tints of Endeavour #13569C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.95%

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

R = 7.28%
G = 32.95%
B = 59.77%

CMYK

 C value IS 0.88

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#13569C (or 0x13569C) is known color: Endeavour. HEX triplet: 13, 56 and 9C. RGB value is (19,86,156). Sum of RGB (Red+Green+Blue) = 19+86+156=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 156 (61.33% from 255 or 59.77% from 261); Max value from RGB is 156 - color contains mainly: blue. Hex color #13569C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13569C is #ECA963. Grayscale: #494949. Windows color (decimal): -15509860 or 10245651. OLE color: 10245651.

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

Color convert

RGB 19 86 156 -
CMYK 0.88 0.45 0 0.39
HSL 210.66º 0.78% 0.34% -
HSV(B) 210.66º 0.88% 0.61% -
XYZ 9.6 9.19 32.72 -
YUV 73.95 174.3 88.81 -
System Red Green Blue C M Y K H S L
Decimal 19 86 156 0.88 0.45 0 0.39 210.66 0.78 0.34
Hex 13 56 9C 58 2D 0 27 D3 4E 22
Octal 23 126 234 130 55 0 47 323 116 42
Binary 10011 1010110 10011100 1011000 101101 0 100111 11010011 1001110 100010

Color Harmonies of #13569C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13569C

Black with #13569C

Text Example


Text Example

White with #13569C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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