Html Css Color HEX #13619A Endeavour

📋 copy color: '#13619A'

red 19 ◦ green 97 ◦ blue 154

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

Shades of Endeavour #13619A

Tints of Endeavour #13619A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.93%

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

R = 7.04%
G = 35.93%
B = 57.04%

CMYK

 C value IS 0.88

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#13619A (or 0x13619A) is known color: Endeavour. HEX triplet: 13, 61 and 9A. RGB value is (19,97,154). Sum of RGB (Red+Green+Blue) = 19+97+154=270 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.04% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 154 (60.55% from 255 or 57.04% from 270); Max value from RGB is 154 - color contains mainly: blue. Hex color #13619A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13619A is #EC9E65. Grayscale: #4F4F4F. Windows color (decimal): -15507046 or 10117395. OLE color: 10117395.

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

Color convert

RGB 19 97 154 -
CMYK 0.88 0.37 0 0.40
HSL 205.33º 0.78% 0.34% -
HSV(B) 205.33º 0.88% 0.6% -
XYZ 10.38 11.02 32.15 -
YUV 80.18 169.66 84.37 -
System Red Green Blue C M Y K H S L
Decimal 19 97 154 0.88 0.37 0 0.40 205.33 0.78 0.34
Hex 13 61 9A 58 25 0 28 CD 4E 22
Octal 23 141 232 130 45 0 50 315 116 42
Binary 10011 1100001 10011010 1011000 100101 0 101000 11001101 1001110 100010

Color Harmonies of #13619A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13619A

Black with #13619A

Text Example


Text Example

White with #13619A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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