Html Css Color HEX #19559B Endeavour

📋 copy color: '#19559B'

red 25 ◦ green 85 ◦ blue 155

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

Shades of Endeavour #19559B

Tints of Endeavour #19559B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 58.49%

R = 9.43%
G = 32.08%
B = 58.49%

CMYK

 C value IS 0.84

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#19559B (or 0x19559B) is known color: Endeavour. HEX triplet: 19, 55 and 9B. RGB value is (25,85,155). Sum of RGB (Red+Green+Blue) = 25+85+155=265 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.43% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 155 (60.94% from 255 or 58.49% from 265); Max value from RGB is 155 - color contains mainly: blue. Hex color #19559B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19559B is #E6AA64. Grayscale: #4A4A4A. Windows color (decimal): -15116901 or 10179865. OLE color: 10179865.

HSL color Cylindrical-coordinate representation of color #19559B: hue angle of 212.31º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19559B is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 25 85 155 -
CMYK 0.84 0.45 0 0.39
HSL 212.31º 0.72% 0.35% -
HSV(B) 212.31º 0.84% 0.61% -
XYZ 9.57 9.07 32.26 -
YUV 75.04 173.12 92.31 -
System Red Green Blue C M Y K H S L
Decimal 25 85 155 0.84 0.45 0 0.39 212.31 0.72 0.35
Hex 19 55 9B 54 2D 0 27 D4 48 23
Octal 31 125 233 124 55 0 47 324 110 43
Binary 11001 1010101 10011011 1010100 101101 0 100111 11010100 1001000 100011

Color Harmonies of #19559B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19559B

Black with #19559B

Text Example


Text Example

White with #19559B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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