#18619C

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

Shades of Endeavour #18619C

Tints of Endeavour #18619C

Color information

#18619C (or 0x18619C) is unknown color: approx Endeavour. HEX triplet: 18, 61 and 9C. RGB value is (24,97,156). Sum of RGB (Red+Green+Blue) = 24+97+156=277 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.66% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 156 (61.33% from 255 or 56.32% from 277); Max value from RGB is 156 - color contains mainly: blue. Hex color #18619C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18619C is #E79E63. Grayscale: #515151. Windows color (decimal): -15179364 or 10248472. OLE color: 10248472.

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

Color convert

RGB2497156-
CMYK0.850.3800.39
HSL206.82º73.33%35.29%-
HSV(B)206.82º84.62%61.18%-
XYZ10.6511.1433.04-
YUV81.9169.8286.7-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.66%
GREEN value IS 97 (38.28% from 255) = 35.02%
BLUE value IS 156 (61.33% from 255) = 56.32%
R=8.66%
G=35.02%
B=56.32%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal24971560.850.3800.39206.8273.3335.29
Hex18619C5526027cf4923
Octal301412341254604731711143
Binary1100011000011001110010101011001100100111110011111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18619C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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