Html Css Color HEX #19619B Endeavour

📋 copy color: '#19619B'

red 25 ◦ green 97 ◦ blue 155

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

Shades of Endeavour #19619B

Tints of Endeavour #19619B

RGB

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

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

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

R = 9.03%
G = 35.02%
B = 55.96%

CMYK

 C value IS 0.84

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#19619B (or 0x19619B) is known color: Endeavour. HEX triplet: 19, 61 and 9B. RGB value is (25,97,155). Sum of RGB (Red+Green+Blue) = 25+97+155=277 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.03% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 155 (60.94% from 255 or 55.96% from 277); Max value from RGB is 155 - color contains mainly: blue. Hex color #19619B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19619B is #E69E64. Grayscale: #515151. Windows color (decimal): -15113829 or 10182937. OLE color: 10182937.

HSL color Cylindrical-coordinate representation of color #19619B: hue angle of 206.77º 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 #19619B is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 25 97 155 -
CMYK 0.84 0.37 0 0.39
HSL 206.77º 0.72% 0.35% -
HSV(B) 206.77º 0.84% 0.61% -
XYZ 10.59 11.12 32.6 -
YUV 82.08 169.15 87.28 -
System Red Green Blue C M Y K H S L
Decimal 25 97 155 0.84 0.37 0 0.39 206.77 0.72 0.35
Hex 19 61 9B 54 25 0 27 CF 48 23
Octal 31 141 233 124 45 0 47 317 110 43
Binary 11001 1100001 10011011 1010100 100101 0 100111 11001111 1001000 100011

Color Harmonies of #19619B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19619B

Black with #19619B

Text Example


Text Example

White with #19619B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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