Html Css Color HEX #19618F Endeavour

📋 copy color: '#19618F'

red 25 ◦ green 97 ◦ blue 143

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

Shades of Endeavour #19618F

Tints of Endeavour #19618F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.6%

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

R = 9.43%
G = 36.6%
B = 53.96%

CMYK

 C value IS 0.83

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#19618F (or 0x19618F) is known color: Endeavour. HEX triplet: 19, 61 and 8F. RGB value is (25,97,143). Sum of RGB (Red+Green+Blue) = 25+97+143=265 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.43% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 143 (56.25% from 255 or 53.96% from 265); Max value from RGB is 143 - color contains mainly: blue. Hex color #19618F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19618F is #E69E70. Grayscale: #505050. Windows color (decimal): -15113841 or 9396505. OLE color: 9396505.

HSL color Cylindrical-coordinate representation of color #19618F: hue angle of 203.39º 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 #19618F is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 25 97 143 -
CMYK 0.83 0.32 0 0.44
HSL 203.39º 0.7% 0.33% -
HSV(B) 203.39º 0.83% 0.56% -
XYZ 9.63 10.74 27.55 -
YUV 80.72 163.15 88.26 -
System Red Green Blue C M Y K H S L
Decimal 25 97 143 0.83 0.32 0 0.44 203.39 0.7 0.33
Hex 19 61 8F 53 20 0 2C CB 46 21
Octal 31 141 217 123 40 0 54 313 106 41
Binary 11001 1100001 10001111 1010011 100000 0 101100 11001011 1000110 100001

Color Harmonies of #19618F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19618F

Black with #19618F

Text Example


Text Example

White with #19618F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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