#18619E

Color #18619E Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #18619E

Tints of Endeavour #18619E

Color information

#18619E (or 0x18619E) is unknown color: approx Endeavour. HEX triplet: 18, 61 and 9E. RGB value is (24,97,158). Sum of RGB (Red+Green+Blue) = 24+97+158=279 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.60% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 158 (62.11% from 255 or 56.63% from 279); Max value from RGB is 158 - color contains mainly: blue. Hex color #18619E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18619E is #E79E61. Grayscale: #515151. Windows color (decimal): -15179362 or 10379544. OLE color: 10379544.

HSL color Cylindrical-coordinate representation of color #18619E: hue angle of 207.31º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18619E is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2497158-
CMYK0.850.3900.38
HSL207.31º73.63%35.69%-
HSV(B)207.31º84.81%61.96%-
XYZ10.8211.2133.94-
YUV82.13170.8286.54-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.60%
GREEN value IS 97 (38.28% from 255) = 34.77%
BLUE value IS 158 (62.11% from 255) = 56.63%
R=8.60%
G=34.77%
B=56.63%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal24971580.850.3900.38207.3173.6335.69
Hex18619E5527026cf4a24
Octal301412361254704631711244
Binary1100011000011001111010101011001110100110110011111001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18619E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18619E; }

 p { color: rgb(24,97,158); }

 H1.HeaderClassName
 {
   color: #18619E;
 }
 .AnyTagClassName
 {
   color: #18619E;
 }
</style>
background-color css

<style>
 a { background-color: #18619E; }

 a { background-color: rgb(24,97,158); }

 div.DivClassName
 {
   background-color: #18619E;
 }
 .BgClassName
 {
   background-color: #18619E;
 }
</style>
border-color css

<style>
 span { border-color: #18619E; }

 span { border-color: rgb(24,97,158); }

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