Html Css Color HEX #19568D Endeavour

📋 copy color: '#19568D'

red 25 ◦ green 86 ◦ blue 141

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

Shades of Endeavour #19568D

Tints of Endeavour #19568D

RGB

 RED value IS 25 (10.16% from 255) = 9.92%

 GREEN value IS 86 (33.98% from 255) = 34.13%

 BLUE value IS 141 (55.47% from 255) = 55.95%

R = 9.92%
G = 34.13%
B = 55.95%

CMYK

 C value IS 0.82

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#19568D (or 0x19568D) is known color: Endeavour. HEX triplet: 19, 56 and 8D. RGB value is (25,86,141). Sum of RGB (Red+Green+Blue) = 25+86+141=252 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.92% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 141 (55.47% from 255 or 55.95% from 252); Max value from RGB is 141 - color contains mainly: blue. Hex color #19568D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19568D is #E6A972. Grayscale: #494949. Windows color (decimal): -15116659 or 9262617. OLE color: 9262617.

HSL color Cylindrical-coordinate representation of color #19568D: hue angle of 208.45º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19568D is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 25 86 141 -
CMYK 0.82 0.39 0 0.45
HSL 208.45º 0.7% 0.33% -
HSV(B) 208.45º 0.82% 0.55% -
XYZ 8.54 8.79 26.45 -
YUV 74.03 165.79 93.03 -
System Red Green Blue C M Y K H S L
Decimal 25 86 141 0.82 0.39 0 0.45 208.45 0.7 0.33
Hex 19 56 8D 52 27 0 2D D0 46 21
Octal 31 126 215 122 47 0 55 320 106 41
Binary 11001 1010110 10001101 1010010 100111 0 101101 11010000 1000110 100001

Color Harmonies of #19568D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19568D

Black with #19568D

Text Example


Text Example

White with #19568D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19568D; }

 p { color: rgb(25,86,141); }

 H1.HeaderClassName
 {
   color: #19568D;
 }
 .AnyTagClassName
 {
   color: #19568D;
 }
</style>

background-color css

<style>
 a { background-color: #19568D; }

 a { background-color: rgb(25,86,141); }

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

border-color css

<style>
 span { border-color: #19568D; }

 span { border-color: rgb(25,86,141); }

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