Html Css Color HEX #19638F Endeavour

📋 copy color: '#19638F'

red 25 ◦ green 99 ◦ blue 143

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

Shades of Endeavour #19638F

Tints of Endeavour #19638F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 53.56%

R = 9.36%
G = 37.08%
B = 53.56%

CMYK

 C value IS 0.83

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#19638F (or 0x19638F) is known color: Endeavour. HEX triplet: 19, 63 and 8F. RGB value is (25,99,143). Sum of RGB (Red+Green+Blue) = 25+99+143=267 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.36% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 143 (56.25% from 255 or 53.56% from 267); Max value from RGB is 143 - color contains mainly: blue. Hex color #19638F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19638F is #E69C70. Grayscale: #515151. Windows color (decimal): -15113329 or 9397017. OLE color: 9397017.

HSL color Cylindrical-coordinate representation of color #19638F: hue angle of 202.37º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19638F is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 25 99 143 -
CMYK 0.83 0.31 0 0.44
HSL 202.37º 0.7% 0.33% -
HSV(B) 202.37º 0.83% 0.56% -
XYZ 9.82 11.11 27.61 -
YUV 81.89 162.48 87.42 -
System Red Green Blue C M Y K H S L
Decimal 25 99 143 0.83 0.31 0 0.44 202.37 0.7 0.33
Hex 19 63 8F 53 1F 0 2C CA 46 21
Octal 31 143 217 123 37 0 54 312 106 41
Binary 11001 1100011 10001111 1010011 11111 0 101100 11001010 1000110 100001

Color Harmonies of #19638F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19638F

Black with #19638F

Text Example


Text Example

White with #19638F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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