Html Css Color HEX #13659B Endeavour

📋 copy color: '#13659B'

red 19 ◦ green 101 ◦ blue 155

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

Shades of Endeavour #13659B

Tints of Endeavour #13659B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.73%

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

R = 6.91%
G = 36.73%
B = 56.36%

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

#13659B (or 0x13659B) is known color: Endeavour. HEX triplet: 13, 65 and 9B. RGB value is (19,101,155). Sum of RGB (Red+Green+Blue) = 19+101+155=275 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.91% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 155 (60.94% from 255 or 56.36% from 275); Max value from RGB is 155 - color contains mainly: blue. Hex color #13659B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13659B is #EC9A64. Grayscale: #525252. Windows color (decimal): -15506021 or 10183955. OLE color: 10183955.

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

Color convert

RGB 19 101 155 -
CMYK 0.88 0.35 0 0.39
HSL 203.82º 0.78% 0.34% -
HSV(B) 203.82º 0.88% 0.61% -
XYZ 10.84 11.81 32.72 -
YUV 82.64 168.83 82.61 -
System Red Green Blue C M Y K H S L
Decimal 19 101 155 0.88 0.35 0 0.39 203.82 0.78 0.34
Hex 13 65 9B 58 23 0 27 CC 4E 22
Octal 23 145 233 130 43 0 47 314 116 42
Binary 10011 1100101 10011011 1011000 100011 0 100111 11001100 1001110 100010

Color Harmonies of #13659B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13659B

Black with #13659B

Text Example


Text Example

White with #13659B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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