Html Css Color HEX #13639B Endeavour

📋 copy color: '#13639B'

red 19 ◦ green 99 ◦ blue 155

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

Shades of Endeavour #13639B

Tints of Endeavour #13639B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.26%

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

R = 6.96%
G = 36.26%
B = 56.78%

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

#13639B (or 0x13639B) is known color: Endeavour. HEX triplet: 13, 63 and 9B. RGB value is (19,99,155). Sum of RGB (Red+Green+Blue) = 19+99+155=273 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.96% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 155 (60.94% from 255 or 56.78% from 273); Max value from RGB is 155 - color contains mainly: blue. Hex color #13639B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13639B is #EC9C64. Grayscale: #515151. Windows color (decimal): -15506533 or 10183443. OLE color: 10183443.

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

Color convert

RGB 19 99 155 -
CMYK 0.88 0.36 0 0.39
HSL 204.71º 0.78% 0.34% -
HSV(B) 204.71º 0.88% 0.61% -
XYZ 10.65 11.43 32.66 -
YUV 81.46 169.5 83.45 -
System Red Green Blue C M Y K H S L
Decimal 19 99 155 0.88 0.36 0 0.39 204.71 0.78 0.34
Hex 13 63 9B 58 24 0 27 CD 4E 22
Octal 23 143 233 130 44 0 47 315 116 42
Binary 10011 1100011 10011011 1011000 100100 0 100111 11001101 1001110 100010

Color Harmonies of #13639B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13639B

Black with #13639B

Text Example


Text Example

White with #13639B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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