Html Css Color HEX #19568F Endeavour

📋 copy color: '#19568F'

red 25 ◦ green 86 ◦ blue 143

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

Shades of Endeavour #19568F

Tints of Endeavour #19568F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 56.3%

R = 9.84%
G = 33.86%
B = 56.3%

CMYK

 C value IS 0.83

 M value IS 0.40

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#19568F (or 0x19568F) is known color: Endeavour. HEX triplet: 19, 56 and 8F. RGB value is (25,86,143). Sum of RGB (Red+Green+Blue) = 25+86+143=254 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.84% from 254); Green value is 86 (33.98% from 255 or 33.86% from 254); Blue value is 143 (56.25% from 255 or 56.30% from 254); Max value from RGB is 143 - color contains mainly: blue. Hex color #19568F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19568F is #E6A970. Grayscale: #494949. Windows color (decimal): -15116657 or 9393689. OLE color: 9393689.

HSL color Cylindrical-coordinate representation of color #19568F: hue angle of 208.98º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19568F is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 25 86 143 -
CMYK 0.83 0.40 0 0.44
HSL 208.98º 0.7% 0.33% -
HSV(B) 208.98º 0.83% 0.56% -
XYZ 8.69 8.85 27.24 -
YUV 74.26 166.79 92.87 -
System Red Green Blue C M Y K H S L
Decimal 25 86 143 0.83 0.40 0 0.44 208.98 0.7 0.33
Hex 19 56 8F 53 28 0 2C D1 46 21
Octal 31 126 217 123 50 0 54 321 106 41
Binary 11001 1010110 10001111 1010011 101000 0 101100 11010001 1000110 100001

Color Harmonies of #19568F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19568F

Black with #19568F

Text Example


Text Example

White with #19568F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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