Html Css Color HEX #13649C Endeavour

📋 copy color: '#13649C'

red 19 ◦ green 100 ◦ blue 156

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

Shades of Endeavour #13649C

Tints of Endeavour #13649C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.36%

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

R = 6.91%
G = 36.36%
B = 56.73%

CMYK

 C value IS 0.88

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#13649C (or 0x13649C) is known color: Endeavour. HEX triplet: 13, 64 and 9C. RGB value is (19,100,156). Sum of RGB (Red+Green+Blue) = 19+100+156=275 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.91% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 156 (61.33% from 255 or 56.73% from 275); Max value from RGB is 156 - color contains mainly: blue. Hex color #13649C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13649C is #EC9B63. Grayscale: #515151. Windows color (decimal): -15506276 or 10249235. OLE color: 10249235.

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

Color convert

RGB 19 100 156 -
CMYK 0.88 0.36 0 0.39
HSL 204.53º 0.78% 0.34% -
HSV(B) 204.53º 0.88% 0.61% -
XYZ 10.83 11.65 33.13 -
YUV 82.17 169.66 82.95 -
System Red Green Blue C M Y K H S L
Decimal 19 100 156 0.88 0.36 0 0.39 204.53 0.78 0.34
Hex 13 64 9C 58 24 0 27 CD 4E 22
Octal 23 144 234 130 44 0 47 315 116 42
Binary 10011 1100100 10011100 1011000 100100 0 100111 11001101 1001110 100010

Color Harmonies of #13649C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13649C

Black with #13649C

Text Example


Text Example

White with #13649C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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