Html Css Color HEX #19639A Endeavour

📋 copy color: '#19639A'

red 25 ◦ green 99 ◦ blue 154

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

Shades of Endeavour #19639A

Tints of Endeavour #19639A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.61%

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

R = 8.99%
G = 35.61%
B = 55.4%

CMYK

 C value IS 0.84

 M value IS 0.36

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#19639A (or 0x19639A) is known color: Endeavour. HEX triplet: 19, 63 and 9A. RGB value is (25,99,154). Sum of RGB (Red+Green+Blue) = 25+99+154=278 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.99% from 278); Green value is 99 (39.06% from 255 or 35.61% from 278); Blue value is 154 (60.55% from 255 or 55.40% from 278); Max value from RGB is 154 - color contains mainly: blue. Hex color #19639A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19639A is #E69C65. Grayscale: #525252. Windows color (decimal): -15113318 or 10117913. OLE color: 10117913.

HSL color Cylindrical-coordinate representation of color #19639A: hue angle of 205.58º 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 #19639A is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 25 99 154 -
CMYK 0.84 0.36 0 0.40
HSL 205.58º 0.72% 0.35% -
HSV(B) 205.58º 0.84% 0.6% -
XYZ 10.7 11.46 32.22 -
YUV 83.14 167.98 86.53 -
System Red Green Blue C M Y K H S L
Decimal 25 99 154 0.84 0.36 0 0.40 205.58 0.72 0.35
Hex 19 63 9A 54 24 0 28 CE 48 23
Octal 31 143 232 124 44 0 50 316 110 43
Binary 11001 1100011 10011010 1010100 100100 0 101000 11001110 1001000 100011

Color Harmonies of #19639A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19639A

Black with #19639A

Text Example


Text Example

White with #19639A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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