Html Css Color HEX #13659C Endeavour

📋 copy color: '#13659C'

red 19 ◦ green 101 ◦ blue 156

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

Shades of Endeavour #13659C

Tints of Endeavour #13659C

RGB

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

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

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

R = 6.88%
G = 36.59%
B = 56.52%

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

#13659C (or 0x13659C) is known color: Endeavour. HEX triplet: 13, 65 and 9C. RGB value is (19,101,156). Sum of RGB (Red+Green+Blue) = 19+101+156=276 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.88% from 276); Green value is 101 (39.84% from 255 or 36.59% from 276); Blue value is 156 (61.33% from 255 or 56.52% from 276); Max value from RGB is 156 - color contains mainly: blue. Hex color #13659C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13659C is #EC9A63. Grayscale: #525252. Windows color (decimal): -15506020 or 10249491. OLE color: 10249491.

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

Color convert

RGB 19 101 156 -
CMYK 0.88 0.35 0 0.39
HSL 204.09º 0.78% 0.34% -
HSV(B) 204.09º 0.88% 0.61% -
XYZ 10.92 11.85 33.16 -
YUV 82.75 169.33 82.53 -
System Red Green Blue C M Y K H S L
Decimal 19 101 156 0.88 0.35 0 0.39 204.09 0.78 0.34
Hex 13 65 9C 58 23 0 27 CC 4E 22
Octal 23 145 234 130 43 0 47 314 116 42
Binary 10011 1100101 10011100 1011000 100011 0 100111 11001100 1001110 100010

Color Harmonies of #13659C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13659C

Black with #13659C

Text Example


Text Example

White with #13659C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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