Html Css Color HEX #19639B Endeavour

📋 copy color: '#19639B'

red 25 ◦ green 99 ◦ blue 155

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

Shades of Endeavour #19639B

Tints of Endeavour #19639B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 55.56%

R = 8.96%
G = 35.48%
B = 55.56%

CMYK

 C value IS 0.84

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#19639B (or 0x19639B) is known color: Endeavour. HEX triplet: 19, 63 and 9B. RGB value is (25,99,155). Sum of RGB (Red+Green+Blue) = 25+99+155=279 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.96% from 279); Green value is 99 (39.06% from 255 or 35.48% from 279); Blue value is 155 (60.94% from 255 or 55.56% from 279); Max value from RGB is 155 - color contains mainly: blue. Hex color #19639B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19639B is #E69C64. Grayscale: #525252. Windows color (decimal): -15113317 or 10183449. OLE color: 10183449.

HSL color Cylindrical-coordinate representation of color #19639B: hue angle of 205.85º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19639B is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 25 99 155 -
CMYK 0.84 0.36 0 0.39
HSL 205.85º 0.72% 0.35% -
HSV(B) 205.85º 0.84% 0.61% -
XYZ 10.78 11.5 32.66 -
YUV 83.26 168.48 86.45 -
System Red Green Blue C M Y K H S L
Decimal 25 99 155 0.84 0.36 0 0.39 205.85 0.72 0.35
Hex 19 63 9B 54 24 0 27 CE 48 23
Octal 31 143 233 124 44 0 47 316 110 43
Binary 11001 1100011 10011011 1010100 100100 0 100111 11001110 1001000 100011

Color Harmonies of #19639B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19639B

Black with #19639B

Text Example


Text Example

White with #19639B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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