Html Css Color HEX #19598D Endeavour

📋 copy color: '#19598D'

red 25 ◦ green 89 ◦ blue 141

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

Shades of Endeavour #19598D

Tints of Endeavour #19598D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.9%

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

R = 9.8%
G = 34.9%
B = 55.29%

CMYK

 C value IS 0.82

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#19598D (or 0x19598D) is known color: Endeavour. HEX triplet: 19, 59 and 8D. RGB value is (25,89,141). Sum of RGB (Red+Green+Blue) = 25+89+141=255 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.80% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 141 (55.47% from 255 or 55.29% from 255); Max value from RGB is 141 - color contains mainly: blue. Hex color #19598D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19598D is #E6A672. Grayscale: #4B4B4B. Windows color (decimal): -15115891 or 9263385. OLE color: 9263385.

HSL color Cylindrical-coordinate representation of color #19598D: hue angle of 206.9º 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 #19598D is Cyan = 0.82, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 25 89 141 -
CMYK 0.82 0.37 0 0.45
HSL 206.9º 0.7% 0.33% -
HSV(B) 206.9º 0.82% 0.55% -
XYZ 8.78 9.27 26.53 -
YUV 75.79 164.8 91.77 -
System Red Green Blue C M Y K H S L
Decimal 25 89 141 0.82 0.37 0 0.45 206.9 0.7 0.33
Hex 19 59 8D 52 25 0 2D CF 46 21
Octal 31 131 215 122 45 0 55 317 106 41
Binary 11001 1011001 10001101 1010010 100101 0 101101 11001111 1000110 100001

Color Harmonies of #19598D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19598D

Black with #19598D

Text Example


Text Example

White with #19598D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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