Html Css Color HEX #19619F Endeavour

📋 copy color: '#19619F'

red 25 ◦ green 97 ◦ blue 159

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

Shades of Endeavour #19619F

Tints of Endeavour #19619F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 56.58%

R = 8.9%
G = 34.52%
B = 56.58%

CMYK

 C value IS 0.84

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#19619F (or 0x19619F) is known color: Endeavour. HEX triplet: 19, 61 and 9F. RGB value is (25,97,159). Sum of RGB (Red+Green+Blue) = 25+97+159=281 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.90% from 281); Green value is 97 (38.28% from 255 or 34.52% from 281); Blue value is 159 (62.5% from 255 or 56.58% from 281); Max value from RGB is 159 - color contains mainly: blue. Hex color #19619F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19619F is #E69E60. Grayscale: #525252. Windows color (decimal): -15113825 or 10445081. OLE color: 10445081.

HSL color Cylindrical-coordinate representation of color #19619F: hue angle of 207.76º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19619F is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 25 97 159 -
CMYK 0.84 0.39 0 0.38
HSL 207.76º 0.73% 0.36% -
HSV(B) 207.76º 0.84% 0.62% -
XYZ 10.93 11.26 34.4 -
YUV 82.54 171.15 86.96 -
System Red Green Blue C M Y K H S L
Decimal 25 97 159 0.84 0.39 0 0.38 207.76 0.73 0.36
Hex 19 61 9F 54 27 0 26 D0 49 24
Octal 31 141 237 124 47 0 46 320 111 44
Binary 11001 1100001 10011111 1010100 100111 0 100110 11010000 1001001 100100

Color Harmonies of #19619F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19619F

Black with #19619F

Text Example


Text Example

White with #19619F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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