Html Css Color HEX #19569F Endeavour

📋 copy color: '#19569F'

red 25 ◦ green 86 ◦ blue 159

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

Shades of Endeavour #19569F

Tints of Endeavour #19569F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.85%

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

R = 9.26%
G = 31.85%
B = 58.89%

CMYK

 C value IS 0.84

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#19569F (or 0x19569F) is known color: Endeavour. HEX triplet: 19, 56 and 9F. RGB value is (25,86,159). Sum of RGB (Red+Green+Blue) = 25+86+159=270 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.26% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 159 (62.5% from 255 or 58.89% from 270); Max value from RGB is 159 - color contains mainly: blue. Hex color #19569F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19569F is #E6A960. Grayscale: #4B4B4B. Windows color (decimal): -15116641 or 10442265. OLE color: 10442265.

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

Color convert

RGB 25 86 159 -
CMYK 0.84 0.46 0 0.38
HSL 212.69º 0.73% 0.36% -
HSV(B) 212.69º 0.84% 0.62% -
XYZ 9.99 9.37 34.08 -
YUV 76.08 174.79 91.56 -
System Red Green Blue C M Y K H S L
Decimal 25 86 159 0.84 0.46 0 0.38 212.69 0.73 0.36
Hex 19 56 9F 54 2E 0 26 D5 49 24
Octal 31 126 237 124 56 0 46 325 111 44
Binary 11001 1010110 10011111 1010100 101110 0 100110 11010101 1001001 100100

Color Harmonies of #19569F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19569F

Black with #19569F

Text Example


Text Example

White with #19569F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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