Html Css Color HEX #19619A Endeavour

📋 copy color: '#19619A'

red 25 ◦ green 97 ◦ blue 154

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

Shades of Endeavour #19619A

Tints of Endeavour #19619A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 55.8%

R = 9.06%
G = 35.14%
B = 55.8%

CMYK

 C value IS 0.84

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#19619A (or 0x19619A) is known color: Endeavour. HEX triplet: 19, 61 and 9A. RGB value is (25,97,154). Sum of RGB (Red+Green+Blue) = 25+97+154=276 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.06% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 154 (60.55% from 255 or 55.80% from 276); Max value from RGB is 154 - color contains mainly: blue. Hex color #19619A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19619A is #E69E65. Grayscale: #515151. Windows color (decimal): -15113830 or 10117401. OLE color: 10117401.

HSL color Cylindrical-coordinate representation of color #19619A: hue angle of 206.51º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19619A is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 25 97 154 -
CMYK 0.84 0.37 0 0.40
HSL 206.51º 0.72% 0.35% -
HSV(B) 206.51º 0.84% 0.6% -
XYZ 10.51 11.09 32.16 -
YUV 81.97 168.65 87.37 -
System Red Green Blue C M Y K H S L
Decimal 25 97 154 0.84 0.37 0 0.40 206.51 0.72 0.35
Hex 19 61 9A 54 25 0 28 CF 48 23
Octal 31 141 232 124 45 0 50 317 110 43
Binary 11001 1100001 10011010 1010100 100101 0 101000 11001111 1001000 100011

Color Harmonies of #19619A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19619A

Black with #19619A

Text Example


Text Example

White with #19619A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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