Html Css Color HEX #13629A Endeavour

📋 copy color: '#13629A'

red 19 ◦ green 98 ◦ blue 154

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

Shades of Endeavour #13629A

Tints of Endeavour #13629A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.16%

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

R = 7.01%
G = 36.16%
B = 56.83%

CMYK

 C value IS 0.88

 M value IS 0.36

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#13629A (or 0x13629A) is known color: Endeavour. HEX triplet: 13, 62 and 9A. RGB value is (19,98,154). Sum of RGB (Red+Green+Blue) = 19+98+154=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 98 (38.67% from 255 or 36.16% from 271); Blue value is 154 (60.55% from 255 or 56.83% from 271); Max value from RGB is 154 - color contains mainly: blue. Hex color #13629A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13629A is #EC9D65. Grayscale: #505050. Windows color (decimal): -15506790 or 10117651. OLE color: 10117651.

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

Color convert

RGB 19 98 154 -
CMYK 0.88 0.36 0 0.40
HSL 204.89º 0.78% 0.34% -
HSV(B) 204.89º 0.88% 0.6% -
XYZ 10.47 11.21 32.18 -
YUV 80.76 169.33 83.95 -
System Red Green Blue C M Y K H S L
Decimal 19 98 154 0.88 0.36 0 0.40 204.89 0.78 0.34
Hex 13 62 9A 58 24 0 28 CD 4E 22
Octal 23 142 232 130 44 0 50 315 116 42
Binary 10011 1100010 10011010 1011000 100100 0 101000 11001101 1001110 100010

Color Harmonies of #13629A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13629A

Black with #13629A

Text Example


Text Example

White with #13629A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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