Html Css Color HEX #19558B Endeavour

📋 copy color: '#19558B'

red 25 ◦ green 85 ◦ blue 139

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

Shades of Endeavour #19558B

Tints of Endeavour #19558B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.14%

 BLUE value IS 139 (54.69% from 255) = 55.82%

R = 10.04%
G = 34.14%
B = 55.82%

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

#19558B (or 0x19558B) is known color: Endeavour. HEX triplet: 19, 55 and 8B. RGB value is (25,85,139). Sum of RGB (Red+Green+Blue) = 25+85+139=249 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.04% from 249); Green value is 85 (33.59% from 255 or 34.14% from 249); Blue value is 139 (54.69% from 255 or 55.82% from 249); Max value from RGB is 139 - color contains mainly: blue. Hex color #19558B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19558B is #E6AA74. Grayscale: #484848. Windows color (decimal): -15116917 or 9131289. OLE color: 9131289.

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

Color convert

RGB 25 85 139 -
CMYK 0.82 0.39 0 0.45
HSL 208.42º 0.7% 0.32% -
HSV(B) 208.42º 0.82% 0.55% -
XYZ 8.31 8.57 25.64 -
YUV 73.22 165.12 93.61 -
System Red Green Blue C M Y K H S L
Decimal 25 85 139 0.82 0.39 0 0.45 208.42 0.7 0.32
Hex 19 55 8B 52 27 0 2D D0 46 20
Octal 31 125 213 122 47 0 55 320 106 40
Binary 11001 1010101 10001011 1010010 100111 0 101101 11010000 1000110 100000

Color Harmonies of #19558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19558B

Black with #19558B

Text Example


Text Example

White with #19558B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,85,139); }

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

background-color css

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

 a { background-color: rgb(25,85,139); }

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

border-color css

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

 span { border-color: rgb(25,85,139); }

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