Html Css Color HEX #13639C Endeavour

📋 copy color: '#13639C'

red 19 ◦ green 99 ◦ blue 156

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

Shades of Endeavour #13639C

Tints of Endeavour #13639C

RGB

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

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

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

R = 6.93%
G = 36.13%
B = 56.93%

CMYK

 C value IS 0.88

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#13639C (or 0x13639C) is known color: Endeavour. HEX triplet: 13, 63 and 9C. RGB value is (19,99,156). Sum of RGB (Red+Green+Blue) = 19+99+156=274 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.93% from 274); Green value is 99 (39.06% from 255 or 36.13% from 274); Blue value is 156 (61.33% from 255 or 56.93% from 274); Max value from RGB is 156 - color contains mainly: blue. Hex color #13639C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13639C is #EC9C63. Grayscale: #515151. Windows color (decimal): -15506532 or 10248979. OLE color: 10248979.

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

Color convert

RGB 19 99 156 -
CMYK 0.88 0.37 0 0.39
HSL 204.96º 0.78% 0.34% -
HSV(B) 204.96º 0.88% 0.61% -
XYZ 10.73 11.46 33.1 -
YUV 81.58 170 83.37 -
System Red Green Blue C M Y K H S L
Decimal 19 99 156 0.88 0.37 0 0.39 204.96 0.78 0.34
Hex 13 63 9C 58 25 0 27 CD 4E 22
Octal 23 143 234 130 45 0 47 315 116 42
Binary 10011 1100011 10011100 1011000 100101 0 100111 11001101 1001110 100010

Color Harmonies of #13639C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13639C

Black with #13639C

Text Example


Text Example

White with #13639C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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