Html Css Color HEX #19558A Endeavour

📋 copy color: '#19558A'

red 25 ◦ green 85 ◦ blue 138

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

Shades of Endeavour #19558A

Tints of Endeavour #19558A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.27%

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

R = 10.08%
G = 34.27%
B = 55.65%

CMYK

 C value IS 0.82

 M value IS 0.38

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#19558A (or 0x19558A) is known color: Endeavour. HEX triplet: 19, 55 and 8A. RGB value is (25,85,138). Sum of RGB (Red+Green+Blue) = 25+85+138=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 138 (54.30% from 255 or 55.65% from 248); Max value from RGB is 138 - color contains mainly: blue. Hex color #19558A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19558A is #E6AA75. Grayscale: #484848. Windows color (decimal): -15116918 or 9065753. OLE color: 9065753.

HSL color Cylindrical-coordinate representation of color #19558A: hue angle of 208.14º 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 #19558A is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 25 85 138 -
CMYK 0.82 0.38 0 0.46
HSL 208.14º 0.69% 0.32% -
HSV(B) 208.14º 0.82% 0.54% -
XYZ 8.24 8.54 25.26 -
YUV 73.1 164.62 93.69 -
System Red Green Blue C M Y K H S L
Decimal 25 85 138 0.82 0.38 0 0.46 208.14 0.69 0.32
Hex 19 55 8A 52 26 0 2E D0 45 20
Octal 31 125 212 122 46 0 56 320 105 40
Binary 11001 1010101 10001010 1010010 100110 0 101110 11010000 1000101 100000

Color Harmonies of #19558A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19558A

Black with #19558A

Text Example


Text Example

White with #19558A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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