Html Css Color HEX #19518A Endeavour

📋 copy color: '#19518A'

red 25 ◦ green 81 ◦ blue 138

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

Shades of Endeavour #19518A

Tints of Endeavour #19518A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.2%

 BLUE value IS 138 (54.3% from 255) = 56.56%

R = 10.25%
G = 33.2%
B = 56.56%

CMYK

 C value IS 0.82

 M value IS 0.41

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#19518A (or 0x19518A) is known color: Endeavour. HEX triplet: 19, 51 and 8A. RGB value is (25,81,138). Sum of RGB (Red+Green+Blue) = 25+81+138=244 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.25% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 138 (54.30% from 255 or 56.56% from 244); Max value from RGB is 138 - color contains mainly: blue. Hex color #19518A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19518A is #E6AE75. Grayscale: #464646. Windows color (decimal): -15117942 or 9064729. OLE color: 9064729.

HSL color Cylindrical-coordinate representation of color #19518A: hue angle of 210.27º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19518A is Cyan = 0.82, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 25 81 138 -
CMYK 0.82 0.41 0 0.46
HSL 210.27º 0.69% 0.32% -
HSV(B) 210.27º 0.82% 0.54% -
XYZ 7.93 7.93 25.16 -
YUV 70.75 165.95 95.37 -
System Red Green Blue C M Y K H S L
Decimal 25 81 138 0.82 0.41 0 0.46 210.27 0.69 0.32
Hex 19 51 8A 52 29 0 2E D2 45 20
Octal 31 121 212 122 51 0 56 322 105 40
Binary 11001 1010001 10001010 1010010 101001 0 101110 11010010 1000101 100000

Color Harmonies of #19518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19518A

Black with #19518A

Text Example


Text Example

White with #19518A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,81,138); }

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

background-color css

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

 a { background-color: rgb(25,81,138); }

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

border-color css

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

 span { border-color: rgb(25,81,138); }

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