Html Css Color HEX #13649B Endeavour

📋 copy color: '#13649B'

red 19 ◦ green 100 ◦ blue 155

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

Shades of Endeavour #13649B

Tints of Endeavour #13649B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 56.57%

R = 6.93%
G = 36.5%
B = 56.57%

CMYK

 C value IS 0.88

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#13649B (or 0x13649B) is known color: Endeavour. HEX triplet: 13, 64 and 9B. RGB value is (19,100,155). Sum of RGB (Red+Green+Blue) = 19+100+155=274 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.93% from 274); Green value is 100 (39.45% from 255 or 36.50% from 274); Blue value is 155 (60.94% from 255 or 56.57% from 274); Max value from RGB is 155 - color contains mainly: blue. Hex color #13649B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13649B is #EC9B64. Grayscale: #515151. Windows color (decimal): -15506277 or 10183699. OLE color: 10183699.

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

Color convert

RGB 19 100 155 -
CMYK 0.88 0.35 0 0.39
HSL 204.26º 0.78% 0.34% -
HSV(B) 204.26º 0.88% 0.61% -
XYZ 10.74 11.62 32.69 -
YUV 82.05 169.16 83.03 -
System Red Green Blue C M Y K H S L
Decimal 19 100 155 0.88 0.35 0 0.39 204.26 0.78 0.34
Hex 13 64 9B 58 23 0 27 CC 4E 22
Octal 23 144 233 130 43 0 47 314 116 42
Binary 10011 1100100 10011011 1011000 100011 0 100111 11001100 1001110 100010

Color Harmonies of #13649B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13649B

Black with #13649B

Text Example


Text Example

White with #13649B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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